Bluetooth: Controller: Fix BIS target_event truncated to 8 bits

The target_event value is up to 39-bits but was put into a uint8_t

Signed-off-by: Troels Nilsson <trnn@demant.com>
This commit is contained in:
Troels Nilsson 2024-05-03 12:14:10 +02:00 committed by Fabio Baltieri
commit 5d44e36779

View file

@ -5998,7 +5998,7 @@ int hci_iso_handle(struct net_buf *buf, struct net_buf **evt)
ISO_INT_UNIT_US));
#else /* !CONFIG_BT_CTLR_ISOAL_PSN_IGNORE */
uint8_t target_event;
uint64_t target_event;
uint8_t event_offset;
/* Determine the target event and the first event offset after