Searched refs:RFCOMM_FlowReq (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_utils.c | 550 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, TRUE); in port_flow_control_peer() 559 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE); in port_flow_control_peer() 569 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE); in port_flow_control_peer()
|
D | rfc_port_if.c | 300 void RFCOMM_FlowReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 enable) in RFCOMM_FlowReq() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 66 extern void RFCOMM_FlowReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 state);
|