Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull.c547 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last);
942 cmplt = tx_cmplt_get(handle, &mfifo_fifo_tx_ack.f, rx->hdr.ack_last); in ll_rx_get()
951 cmplt_curr = tx_cmplt_get(&h, &f, in ll_rx_get()
1019 cmplt = tx_cmplt_get(handle, &mfifo_fifo_tx_ack.f, in ll_rx_get()
2593 static uint8_t tx_cmplt_get(uint16_t *handle, uint8_t *first, uint8_t last) in tx_cmplt_get() function