Searched refs:tPORT_CALLBACK (Results 1 – 7 of 7) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_rfcomm_port_api.cc | 79 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/ |
D | port_api.h | 85 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/ |
D | port_int.h | 51 tPORT_CALLBACK* p_callback; /* Address of the callback function */ 174 tPORT_CALLBACK* p_callback; /* Pointer to users callback function */ 175 tPORT_CALLBACK*
|
D | port_api.cc | 79 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()
|
D | port_utils.cc | 251 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port()
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 133 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/ |
D | bta_ag_rfc.cc | 52 typedef tPORT_CALLBACK* tBTA_AG_PORT_CBACK;
|