Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Dport_int.h94 bool l2cap_congested; /* true if L2CAP is congested */ member
H A Drfc_port_fsm.cc858 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, true); in rfc_process_fcon()
874 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, false); in rfc_process_fcoff()
888 p_mcb->l2cap_congested = is_congested; in rfc_process_l2cap_congestion()
H A Drfc_utils.cc427 while (!p_mcb->l2cap_congested) { in rfc_check_send_cmd()