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:
parent
0e96f59e83
commit
7c89f1fe9f
9 changed files with 306 additions and 59 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue