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

  /system/bt/device/include/
controller.h 32 bool (*get_is_ready)(void); member in struct:controller_t
  /system/bt/stack/btm/
btm_devctl.cc 235 bool BTM_IsDeviceUp(void) { return controller_get_interface()->get_is_ready(); }
419 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET);
517 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET);
btm_inq.cc 168 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET);
556 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET);
    [all...]
btm_sec.cc 378 controller_get_interface()->get_is_ready()) {
    [all...]
  /system/bt/device/src/
controller.cc 275 static bool get_is_ready(void) { return readable; } function
505 get_is_ready,
  /system/bt/btif/src/
btif_storage.cc 555 if (controller->get_is_ready() == false) {
    [all...]

Completed in 2597 milliseconds