Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c341 uint8_t num_cmplt; in prio_recv_thread() local
365 while ((num_cmplt = ll_rx_get((void *)&node_rx, &handle))) { in prio_recv_thread()
371 hci_num_cmplt_encode(buf, handle, num_cmplt); in prio_recv_thread()
372 LOG_DBG("Num Complete: 0x%04x:%u", handle, num_cmplt); in prio_recv_thread()