Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_int.h50 tPORT_CALLBACK* p_callback; /* Address of the callback function */
172 tPORT_CALLBACK* p_callback; /* Pointer to users callback function */
173 tPORT_CALLBACK*
Dport_api.cc106 uint16_t* p_handle, tPORT_CALLBACK* p_mgmt_cb) { in RFCOMM_CreateConnection()
315 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback()
Dport_utils.cc249 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port()
/system/bt/stack/include/
Dport_api.h85 typedef void(tPORT_CALLBACK)(uint32_t code, uint16_t port_handle); typedef
187 tPORT_CALLBACK* p_mgmt_cb);
224 tPORT_CALLBACK* p_port_cb);
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc134 tPORT_CALLBACK* management_callback, in StartServerPort()
135 tPORT_CALLBACK* event_callback, in StartServerPort()
266 tPORT_CALLBACK* management_callback, in StartClientPort()
267 tPORT_CALLBACK* event_callback, uint16_t lcid, in StartClientPort()
/system/bt/bta/ag/
Dbta_ag_rfc.cc58 typedef tPORT_CALLBACK* tBTA_AG_PORT_CBACK;