Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h10 extern uint32_t hci_hbuf_sent;
Dhci_driver.c602 hbuf_count = hbuf_total - (hci_hbuf_sent - hci_hbuf_acked); in process_hbuf()
648 hbuf_count = hbuf_total - (hci_hbuf_sent - hci_hbuf_acked); in process_hbuf()
Dhci.c188 uint32_t hci_hbuf_sent; variable
471 hci_hbuf_sent = 0U; in reset()
520 hci_hbuf_sent = 0U; in set_ctl_to_host_flow()
9088 LL_ASSERT((hci_hbuf_sent - hci_hbuf_acked) <
9090 hci_hbuf_sent++;