Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h355 extern void PORT_DataInd (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf);
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c513 PORT_DataInd (p_port->rfc.p_mcb, p_port->dlci, p_buf); in rfc_port_uplink_data()
Dport_rfc.c843 void PORT_DataInd (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf) in PORT_DataInd() function