Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h96 typedef int(tPORT_DATA_CALLBACK)(uint16_t port_handle, void* p_data, typedef
283 tPORT_DATA_CALLBACK* p_cb);
/system/bt/stack/rfcomm/
Dport_int.h192 tPORT_DATA_CALLBACK*
Dport_api.cc382 int PORT_SetDataCallback(uint16_t port_handle, tPORT_DATA_CALLBACK* p_port_cb) { in PORT_SetDataCallback()