Bluetooth: controller: Support for separate ISO RX data path

Provides interface, data structures and demuxing capability for ISO RX
PDU allocation and transport from LLL to HCI.
Uses the RXFIFO composite for simplicity and reduced overhead.

Signed-off-by: Morten Priess <mtpr@oticon.com>
This commit is contained in:
Morten Priess 2021-05-19 14:01:57 +02:00 committed by Carles Cufí
commit 7c89f1fe9f
9 changed files with 306 additions and 59 deletions

View file

@ -646,7 +646,7 @@ static void test_iso_recv_main(void)
uint8_t check_countdown = 3;
printk("Waiting for remote BIG terminate by checking for missing "
"%u BIG Info report...", check_countdown);
"%u BIG Info report...\n", check_countdown);
do {
is_sync_recv = false;
is_big_info = false;