Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c87 static int32_t hbuf_count; variable
546 if (hbuf_count != -1) { in process_node()
558 hbuf_count = 1; in process_node()
561 if (pend || !hbuf_count) { in process_node()
597 hbuf_count = -1; in process_hbuf()
602 hbuf_count = hbuf_total - (hci_hbuf_sent - hci_hbuf_acked); in process_hbuf()
615 (class == HCI_CLASS_ACL_DATA && hbuf_count)) { in process_hbuf()
630 if (hbuf_count) { in process_hbuf()
648 hbuf_count = hbuf_total - (hci_hbuf_sent - hci_hbuf_acked); in process_hbuf()
656 (class == HCI_CLASS_ACL_DATA && hbuf_count)) { in process_hbuf()