Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_stack_rfcomm_port_api.cc79 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback()
102 uint16_t* p_handle, tPORT_CALLBACK* p_mgmt_cb) { in RFCOMM_CreateConnection()
110 tPORT_CALLBACK* p_mgmt_cb, in RFCOMM_CreateConnectionWithSecurity()
/system/bt/stack/include/
Dport_api.h85 typedef void(tPORT_CALLBACK)(uint32_t code, uint16_t port_handle); typedef
188 tPORT_CALLBACK* p_mgmt_cb,
196 tPORT_CALLBACK* p_mgmt_cb);
233 tPORT_CALLBACK* p_port_cb);
/system/bt/stack/rfcomm/
Dport_int.h51 tPORT_CALLBACK* p_callback; /* Address of the callback function */
174 tPORT_CALLBACK* p_callback; /* Pointer to users callback function */
175 tPORT_CALLBACK*
Dport_api.cc79 tPORT_CALLBACK* p_mgmt_cb, in RFCOMM_CreateConnectionWithSecurity()
124 uint16_t* p_handle, tPORT_CALLBACK* p_mgmt_cb) { in RFCOMM_CreateConnection()
333 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback()
Dport_utils.cc251 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc133 tPORT_CALLBACK* management_callback, in StartServerPort()
134 tPORT_CALLBACK* event_callback, in StartServerPort()
265 tPORT_CALLBACK* management_callback, in StartClientPort()
266 tPORT_CALLBACK* event_callback, uint16_t lcid, in StartClientPort()
/system/bt/bta/ag/
Dbta_ag_rfc.cc52 typedef tPORT_CALLBACK* tBTA_AG_PORT_CBACK;