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

  /system/bt/bta/include/
bta_pan_co.h 82 * Function bta_pan_co_close
91 extern void bta_pan_co_close(uint16_t handle, uint8_t app_id);
  /system/bt/btif/co/
bta_pan_co.cc 109 * Function bta_pan_co_close
118 void bta_pan_co_close(uint16_t handle, uint8_t app_id) { function
119 BTIF_TRACE_API("bta_pan_co_close:app_id:%d, handle:%d", app_id, handle);
122 BTIF_TRACE_DEBUG("bta_pan_co_close");
  /system/bt/bta/pan/
bta_pan_act.cc 423 bta_pan_co_close(p_scb->handle, p_scb->app_id);

Completed in 77 milliseconds