Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h99 typedef int (tPORT_DATA_CALLBACK) (UINT16 port_handle, void *p_data, UINT16 len); typedef
306 tPORT_DATA_CALLBACK *p_cb);
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h192 tPORT_DATA_CALLBACK *p_data_callback; /* Callback function to receive data indications */
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_rfc.c75 typedef tPORT_DATA_CALLBACK *tBTA_AG_DATA_CBACK;
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c368 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback()