Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h99 typedef int (tPORT_DATA_CALLBACK) (UINT16 port_handle, void *p_data, UINT16 len); typedef
288 tPORT_DATA_CALLBACK *p_cb);
/system/bt/stack/rfcomm/
Dport_int.h196 tPORT_DATA_CALLBACK *p_data_callback; /* Callback function to receive data indications */
Dport_api.c389 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback()
/system/bt/bta/ag/
Dbta_ag_rfc.c70 typedef tPORT_DATA_CALLBACK *tBTA_AG_DATA_CBACK;