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.cc848 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, true); in rfc_process_fcon()
864 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, false); in rfc_process_fcoff()
878 p_mcb->l2cap_congested = is_congested; in rfc_process_l2cap_congestion()
Drfc_utils.cc428 while (!p_mcb->l2cap_congested) { in rfc_check_send_cmd()