zephyr/subsys/bluetooth/controller/hci
Nirosharn Amarasinghe 789628a4e3 Bluetooth: Controller: Implemented buffering of SDU fragments in ISO-AL
Implements:
-- SDU fragments can be buffered in the ISO-AL so that the correct size
   of the SDU can be computed such that it can be released for inclusion
   in the first fragment's header
-- Changed SDU emit interface to allow the same structure to be used to
   buffer as well as release fragments
-- New configuration BT_CTLR_ISO_RX_SDU_BUFFERS to specify the number of
   SDU buffers for each sink
   (Buffering disabled when BT_CTLR_ISO_RX_SDU_BUFFERS=0)

Signed-off-by: Nirosharn Amarasinghe <niag@demant.com>
2022-10-03 13:22:13 +02:00
..
nordic subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
openisa
hci_driver.c Bluetooth: Controller: Implemented buffering of SDU fragments in ISO-AL 2022-10-03 13:22:13 +02:00
hci_internal.h Bluetooth: Controller: Fix missing recv fifo reset 2022-07-11 11:28:07 +02:00
hci_user_ext.h
hci.c Bluetooth: Controller: implemented HCI_LE_Read_ISO_TX_Sync in ISO-AL 2022-10-03 13:22:13 +02:00