Searched refs:hci_hbuf_pend (Results 1 – 1 of 1) sorted by relevance
119 uint16_t hci_hbuf_pend[CONFIG_BT_MAX_CONN]; variable354 (void)memset(hci_hbuf_pend, 0, sizeof(hci_hbuf_pend)); in reset()401 (void)memset(hci_hbuf_pend, 0, sizeof(hci_hbuf_pend)); in set_ctl_to_host_flow()454 if ((h >= ARRAY_SIZE(hci_hbuf_pend)) || in host_num_completed_packets()455 (c > hci_hbuf_pend[h])) { in host_num_completed_packets()461 hci_hbuf_pend[h] -= c; in host_num_completed_packets()5990 LL_ASSERT(handle < ARRAY_SIZE(hci_hbuf_pend));5991 hci_hbuf_acked += hci_hbuf_pend[handle];5992 hci_hbuf_pend[handle] = 0U;6536 LL_ASSERT(handle < ARRAY_SIZE(hci_hbuf_pend));[all …]