Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1591 p_ccb->buff_quota = 2; /* This gets set after config */ in l2cu_allocate_ccb()
3645 if (p_ccb->buff_quota != 0) {
3649 if (q_count <= (p_ccb->buff_quota / 2)
3657 p_ccb->local_cid, q_count, p_ccb->buff_quota);
3670 p_ccb->buff_quota);
3692 …_count > p_ccb->buff_quota || (p_lcb && (p_lcb->link_xmit_data_q) && (list_length(p_lcb->link_xmit…
3700 p_ccb->local_cid, q_count, p_ccb->buff_quota);
3710 p_ccb->buff_quota);
Dl2c_link.c855 p_ccb->buff_quota = L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA * data_rate; in l2c_chnl_allocation_in_ccb_list()
859 p_ccb->rx_data_rate, p_ccb->buff_quota); in l2c_chnl_allocation_in_ccb_list()
Dl2c_ucd.c426 p_ccb->buff_quota); in L2CA_UcdDataWrite()
Dl2c_main.c1049 p_ccb->buff_quota); in l2c_data_write()
Dl2c_api.c1836 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->buff_quota); in L2CA_SendFixedChnlData()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h315 UINT16 buff_quota; /* Buffer quota before sending congestion */ member