Home
last modified time | relevance | path

Searched refs:tx_cmplt_get (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c571 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last);
978 cmplt = tx_cmplt_get(handle, &mfifo_fifo_tx_ack.f, rx->hdr.ack_last); in ll_rx_get()
987 cmplt_curr = tx_cmplt_get(&h, &f, in ll_rx_get()
1055 cmplt = tx_cmplt_get(handle, &mfifo_fifo_tx_ack.f, in ll_rx_get()
2634 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last) in tx_cmplt_get() function