Skip to content

Commit 7fa77a6

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Controller: Use of payload_count for Flush Timeout
Use of payload_count for supporting flush timeout in Central and Peripheral ISO Lower Link Layer. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 7a14830 commit 7fa77a6

File tree

3 files changed

+503
-284
lines changed

3 files changed

+503
-284
lines changed

subsys/bluetooth/controller/ll_sw/lll_conn_iso.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ struct lll_conn_iso_stream_rxtx {
1616
uint64_t bn:4; /* Burst number (BN) */
1717
uint64_t phy:3; /* PHY */
1818
uint64_t rfu:1;
19-
uint8_t bn_curr:4; /* Current burst number */
20-
19+
uint8_t bn_curr:4; /* Current burst number */
2120

2221
#if defined(CONFIG_BT_CTLR_LE_ENC)
2322
struct ccm ccm;

0 commit comments

Comments
 (0)