Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.c1588 p_ccb->buff_quota = 2; /* This gets set after config */ in l2cu_allocate_ccb()
3733 if (p_ccb->buff_quota != 0) in l2cu_check_channel_congestion()
3739 if (q_count <= (p_ccb->buff_quota / 2)) in l2cu_check_channel_congestion()
3745 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()
3760 p_ccb->buff_quota); in l2cu_check_channel_congestion()
3785 if (q_count > p_ccb->buff_quota) in l2cu_check_channel_congestion()
3791 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()
3803 p_ccb->buff_quota); in l2cu_check_channel_congestion()
Dl2c_link.c885 p_ccb->buff_quota = L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA * data_rate; in l2c_link_adjust_chnl_allocation()
889 p_ccb->rx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation()
Dl2c_int.h313 UINT16 buff_quota; /* Buffer quota before sending congestion */ member
Dl2c_ucd.c457 p_ccb->buff_quota); in L2CA_UcdDataWrite()
Dl2c_main.c941 p_ccb->buff_quota); in l2c_data_write()
Dl2c_api.c1872 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->buff_quota); in L2CA_SendFixedChnlData()