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.c738 PORT_FlowInd (p_mcb, p_frame->dlci, (BOOLEAN)!new_peer_fc); in rfc_process_msc()
835 PORT_FlowInd (p_mcb, 0, TRUE); in rfc_process_fcon()
854 PORT_FlowInd (p_mcb, 0, FALSE); in rfc_process_fcoff()
880 PORT_FlowInd (p_mcb, 0, TRUE); in rfc_process_l2cap_congestion()
882 PORT_FlowInd (p_mcb, 0, FALSE); in rfc_process_l2cap_congestion()
Drfc_utils.c417 PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, TRUE); in rfc_inc_credit()
Drfc_int.h370 extern void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN fc);
Dport_rfc.c930 void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN enable_data) in PORT_FlowInd() function