Home
last modified time | relevance | path

Searched refs:PORT_ControlInd (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h369 extern void PORT_ControlInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars);
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c722 PORT_ControlInd (p_mcb, p_frame->dlci, &pars); in rfc_process_msc()
Dport_rfc.c636 void PORT_ControlInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars) in PORT_ControlInd() function