Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h9 extern int32_t hci_hbuf_total;
Dhci_driver.c585 int32_t hbuf_total = hci_hbuf_total; in process_hbuf()
Dhci.c187 int32_t hci_hbuf_total; variable
470 hci_hbuf_total = 0; in reset()
495 if (!hci_hbuf_total || conn_count) { in set_ctl_to_host_flow()
504 if (hci_hbuf_total < 0) { in set_ctl_to_host_flow()
510 if (hci_hbuf_total > 0) { in set_ctl_to_host_flow()
523 hci_hbuf_total = -hci_hbuf_total; in set_ctl_to_host_flow()
535 if (hci_hbuf_total) { in host_buffer_size()
548 hci_hbuf_total = -acl_pkts; in host_buffer_size()
559 if (hci_hbuf_total <= 0) { in host_num_completed_packets()
9087 if (hci_hbuf_total > 0) {
[all …]