Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_int.h55 tPORT_CALLBACK* p_callback; /* Address of the callback function */
197 tPORT_CALLBACK* p_callback; /* Pointer to users callback function */
Dport_utils.cc248 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port()
Dport_api.cc375 tPORT_CALLBACK* p_port_cb) { in PORT_SetEventMaskAndCallback()
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h89 typedef void(tPORT_CALLBACK)(uint32_t code, uint16_t port_handle); typedef
296 tPORT_CALLBACK* p_port_cb);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc63 tPORT_CALLBACK* /* p_port_cb */) { in PORT_SetEventMaskAndCallback() argument
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc56 typedef tPORT_CALLBACK* tBTA_AG_PORT_CBACK;
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc137 tPORT_CALLBACK* event_callback, in StartServerPort()
270 tPORT_CALLBACK* event_callback, uint16_t lcid, in StartClientPort()