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

  /system/bt/bta/hf_client/
bta_hf_client_rfc.cc 41 * specified by BTA layer via the PORT_SetEventCallback
154 PORT_SetEventCallback(handle, bta_hf_client_port_cback);
  /system/bt/stack/include/
port_api.h 245 * Function PORT_SetEventCallback
255 extern int PORT_SetEventCallback(uint16_t port_handle,
272 * Function PORT_SetEventCallback
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 142 ASSERT_EQ(PORT_SetEventCallback(*server_handle, event_callback),
287 ASSERT_EQ(PORT_SetEventCallback(*client_handle, event_callback),
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.cc 231 PORT_SetEventCallback(handle, bta_ag_port_cback_tbl[port_callback_index]);
  /system/bt/bta/jv/
bta_jv_act.cc     [all...]
  /system/bt/stack/rfcomm/
port_api.cc 319 * Function PORT_SetEventCallback
332 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) {
346 RFCOMM_TRACE_API("PORT_SetEventCallback() handle:%d", port_handle);
    [all...]

Completed in 1396 milliseconds