Searched refs:PORT_FlowInd (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_fsm.cc | 768 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()
|
D | rfc_utils.cc | 383 if (p_port->tx.peer_fc) PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, true); in rfc_inc_credit()
|
D | rfc_int.h | 369 extern void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool fc);
|
D | port_rfc.cc | 847 void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool enable_data) { in PORT_FlowInd() function
|