Bluetooth: Controller: Fix instant based procedure complete event
Fix instant based procedure complete event generation to be held until after the on-air instant has elapsed. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
f96b504d8d
commit
4c674aa1f2
7 changed files with 150 additions and 9 deletions
|
@ -140,6 +140,14 @@ struct lll_conn {
|
|||
#endif /* CONFIG_BT_CTLR_CONN_RSSI_EVENT */
|
||||
#endif /* CONFIG_BT_CTLR_CONN_RSSI */
|
||||
|
||||
#if defined(CONFIG_BT_CTLR_RX_ENQUEUE_HOLD)
|
||||
#define RX_HOLD_MASK 3U
|
||||
#define RX_HOLD_REQ 1U
|
||||
#define RX_HOLD_ACK 2U
|
||||
uint8_t rx_hold_req;
|
||||
uint8_t rx_hold_ack;
|
||||
#endif /* CONFIG_BT_CTLR_RX_ENQUEUE_HOLD */
|
||||
|
||||
#if defined(CONFIG_BT_CTLR_CONN_META)
|
||||
struct lll_conn_meta conn_meta;
|
||||
#endif /* CONFIG_BT_CTLR_CONN_META */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue