Searched refs:PORT_FlowInd (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_port_fsm.c | 718 PORT_FlowInd (p_mcb, p_frame->dlci, (BOOLEAN)!new_peer_fc); in rfc_process_msc() 816 PORT_FlowInd (p_mcb, 0, TRUE); in rfc_process_fcon() 835 PORT_FlowInd (p_mcb, 0, FALSE); in rfc_process_fcoff() 860 PORT_FlowInd (p_mcb, 0, TRUE); in rfc_process_l2cap_congestion() 862 PORT_FlowInd (p_mcb, 0, FALSE); in rfc_process_l2cap_congestion()
|
D | rfc_utils.c | 444 PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, TRUE); in rfc_inc_credit()
|
D | port_rfc.c | 942 void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN enable_data) in PORT_FlowInd() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 364 extern void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN fc);
|