Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c190 uint16_t hci_hbuf_pend[CONFIG_BT_MAX_CONN]; variable
473 (void)memset(hci_hbuf_pend, 0, sizeof(hci_hbuf_pend)); in reset()
522 (void)memset(hci_hbuf_pend, 0, sizeof(hci_hbuf_pend)); in set_ctl_to_host_flow()
574 if ((h >= ARRAY_SIZE(hci_hbuf_pend)) || in host_num_completed_packets()
575 (c > hci_hbuf_pend[h])) { in host_num_completed_packets()
581 hci_hbuf_pend[h] -= c; in host_num_completed_packets()
8441 if (handle >= ARRAY_SIZE(hci_hbuf_pend)) {
8445 hci_hbuf_acked += hci_hbuf_pend[handle];
8446 hci_hbuf_pend[handle] = 0U;
9094 LL_ASSERT(handle < ARRAY_SIZE(hci_hbuf_pend));
[all …]