Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.c3435 UINT16 q_count = GKI_queue_length(&p_ccb->xmit_hold_q); in l2cu_check_channel_congestion() local
3440 q_count += p_ccb->p_lcb->ucd_out_sec_pending_q.count; in l2cu_check_channel_congestion()
3451 if (q_count <= (p_ccb->buff_quota / 2)) in l2cu_check_channel_congestion()
3457 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()
3496 if (q_count > p_ccb->buff_quota) in l2cu_check_channel_congestion()
3502 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()