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.c574 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last);
981 cmplt = tx_cmplt_get(handle, &mfifo_fifo_tx_ack.f, rx->hdr.ack_last); in ll_rx_get()
990 cmplt_curr = tx_cmplt_get(&h, &f, in ll_rx_get()
1058 cmplt = tx_cmplt_get(handle, &mfifo_fifo_tx_ack.f, in ll_rx_get()
2637 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last) in tx_cmplt_get() function