Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c59 static void RFCOMM_BufDataInd (UINT16 lcid, BT_HDR *p_buf);
83 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
300 void RFCOMM_BufDataInd (UINT16 lcid, BT_HDR *p_buf) in RFCOMM_BufDataInd() function