Bluetooth: Controller: Fix missing Tx demux for LOW LAT ULL variant
Fix missing execution of Tx demux for LOW LAT ULL variant which caused connection events not being maintained to transmit the latest Tx Data enqueued while being inside a connection event. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
e34c63012e
commit
5cf39c4755
3 changed files with 35 additions and 7 deletions
|
@ -169,5 +169,6 @@ void lll_conn_tx_pkt_set(struct lll_conn *lll, struct pdu_data *pdu_data_tx);
|
|||
void lll_conn_pdu_tx_prep(struct lll_conn *lll, struct pdu_data **pdu_data_tx);
|
||||
uint8_t lll_conn_force_md_cnt_set(uint8_t force_md_cnt);
|
||||
|
||||
extern void ull_conn_lll_tx_demux_sched(struct lll_conn *lll);
|
||||
extern void ull_conn_lll_ack_enqueue(uint16_t handle, struct node_tx *tx);
|
||||
extern uint16_t ull_conn_lll_max_tx_octets_get(struct lll_conn *lll);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue