HomeSort by relevance Sort by last modified time
    Searched refs:tPORT_CALLBACK (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/rfcomm/
port_int.h 61 tPORT_CALLBACK* p_callback; /* Address of the callback function */
189 tPORT_CALLBACK* p_callback; /* Pointer to users callback function */
190 tPORT_CALLBACK*
port_utils.cc 249 tPORT_CALLBACK* p_port_cb = p_port->p_callback;
port_api.cc 117 uint16_t* p_handle, tPORT_CALLBACK* p_mgmt_cb) {
332 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) {
    [all...]
  /system/bt/stack/include/
port_api.h 105 typedef void(tPORT_CALLBACK)(uint32_t code, uint16_t port_handle);
219 tPORT_CALLBACK* p_mgmt_cb);
256 tPORT_CALLBACK* p_port_cb);
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 134 tPORT_CALLBACK* management_callback,
135 tPORT_CALLBACK* event_callback,
266 tPORT_CALLBACK* management_callback,
267 tPORT_CALLBACK* event_callback, uint16_t lcid,
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.cc 57 typedef tPORT_CALLBACK* tBTA_AG_PORT_CBACK;

Completed in 151 milliseconds