Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.cc888 l2cb.check_round_robin = true; in l2c_link_check_send_pkts()
961 l2cb.check_round_robin = false; in l2c_link_check_send_pkts()
1225 (l2cb.check_round_robin) && in l2c_link_process_num_completed_pkts()
1246 p_lcb->sent_not_acked, l2cb.check_round_robin, in l2c_link_process_num_completed_pkts()
1292 if (l2cb.check_round_robin && in l2c_packets_completed()
Dl2c_int.h575 bool check_round_robin; /* Do a round robin check */ member
Dl2c_csm.cc1594 if (p_ccb->p_lcb->link_xmit_quota == 0) l2cb.check_round_robin = true; in l2c_enqueue_peer_data()