Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc140 .buff_quota = 0,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc1445 p_ccb->buff_quota = 2; /* This gets set after config */ in l2cu_allocate_ccb()
3504 p_ccb->buff_quota); in send_congestion_status_to_all_clients()
3529 if (p_ccb->buff_quota == 0) return; in l2cu_check_channel_congestion()
3535 if (q_count <= (p_ccb->buff_quota / 2)) in l2cu_check_channel_congestion()
3539 if (q_count > p_ccb->buff_quota) in l2cu_check_channel_congestion()
Dl2c_link.cc702 p_ccb->buff_quota = L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA * data_rate; in l2c_link_adjust_chnl_allocation()
707 p_ccb->tx_data_rate, p_ccb->rx_data_rate, p_ccb->buff_quota); in l2c_link_adjust_chnl_allocation()
Dl2c_int.h322 uint16_t buff_quota; /* Buffer quota before sending congestion */ member
Dl2c_main.cc944 p_ccb->buff_quota); in l2c_data_write()
Dl2c_api.cc1355 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->buff_quota); in L2CA_SendFixedChnlData()