Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_port_fsm.cc768 PORT_FlowInd(p_mcb, p_frame->dlci, (bool)!new_peer_fc); in rfc_process_msc()
848 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()
885 PORT_FlowInd(p_mcb, 0, !is_congested); in rfc_process_l2cap_congestion()
Drfc_utils.cc383 if (p_port->tx.peer_fc) PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, true); in rfc_inc_credit()
Drfc_int.h369 extern void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool fc);
Dport_rfc.cc847 void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool enable_data) { in PORT_FlowInd() function