Bluetooth: controller: Move LLL-to-ULL Tx Ack API to ULL
Move the LLL-to-ULL Tx Ack queue API to ULL files. Fixes #49. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
23269d9891
commit
54e78b9041
5 changed files with 110 additions and 103 deletions
|
@ -153,10 +153,5 @@ void lll_conn_isr_abort(void *param);
|
|||
void lll_conn_rx_pkt_set(struct lll_conn *lll);
|
||||
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);
|
||||
u8_t lll_conn_ack_last_idx_get(void);
|
||||
memq_link_t *lll_conn_ack_peek(u8_t *ack_last, u16_t *handle,
|
||||
struct node_tx **node_tx);
|
||||
memq_link_t *lll_conn_ack_by_last_peek(u8_t last, u16_t *handle,
|
||||
struct node_tx **node_tx);
|
||||
void *lll_conn_ack_dequeue(void);
|
||||
void lll_conn_tx_flush(void *param);
|
||||
|
||||
extern void ull_conn_lll_ack_enqueue(u16_t handle, struct node_tx *tx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue