Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h102 typedef int(tPORT_DATA_CO_CALLBACK)(uint16_t port_handle, uint8_t* p_buf, typedef
286 tPORT_DATA_CO_CALLBACK* p_port_cb);
/system/bt/stack/rfcomm/
Dport_int.h194 tPORT_DATA_CO_CALLBACK*
Dport_api.cc419 tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback()