Bluetooth: controller: Add create BIG complete event
Added implementation to generate the Create BIG Complete event after the first empty BIS PDU has been transmitted. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
fdec0f593a
commit
20af5d524e
7 changed files with 167 additions and 24 deletions
|
@ -7205,6 +7205,9 @@ uint8_t hci_get_class(struct node_rx_pdu *node_rx)
|
|||
#if defined(CONFIG_BT_CTLR_ADV_EXT)
|
||||
#if defined(CONFIG_BT_BROADCASTER)
|
||||
case NODE_RX_TYPE_EXT_ADV_TERMINATE:
|
||||
#if defined(CONFIG_BT_CTLR_ADV_ISO)
|
||||
case NODE_RX_TYPE_BIG_COMPLETE:
|
||||
#endif /* CONFIG_BT_CTLR_ADV_ISO */
|
||||
#endif /* CONFIG_BT_BROADCASTER */
|
||||
|
||||
#if defined(CONFIG_BT_OBSERVER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue