Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_int.h105 bool l2cap_congested; /* true if L2CAP is congested */ member
Drfc_port_fsm.cc791 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, true); in rfc_process_fcon()
807 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, false); in rfc_process_fcoff()
821 p_mcb->l2cap_congested = is_congested; in rfc_process_l2cap_congestion()
Drfc_utils.cc440 while (p_mcb->l2cap_congested == false) { in rfc_check_send_cmd()