Home
last modified time | relevance | path

Searched refs:get_is_ready (Results 1 – 7 of 7) sorted by relevance

/system/bt/device/include/
Dcontroller.h32 bool (*get_is_ready)(void); member
/system/bt/main/shim/
Dcontroller.cc101 static bool get_is_ready(void) { return data_.ready; } in get_is_ready() function
317 get_is_ready,
/system/bt/stack/btm/
Dbtm_devctl.cc254 bool BTM_IsDeviceUp(void) { return controller_get_interface()->get_is_ready(); } in BTM_IsDeviceUp()
415 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
513 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDeviceClass()
Dbtm_inq.cc183 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDiscoverability()
480 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetConnectability()
Dbtm_sec.cc367 controller_get_interface()->get_is_ready()) { in BTM_SetPinType()
827 if (!controller_get_interface()->get_is_ready()) { in btm_sec_bond_by_transport()
2249 if (!controller_get_interface()->get_is_ready()) { in btm_sec_conn_req()
/system/bt/device/src/
Dcontroller.cc300 static bool get_is_ready(void) { return readable; } in get_is_ready() function
640 get_is_ready,
/system/bt/btif/src/
Dbtif_storage.cc630 if (!controller->get_is_ready()) { in btif_storage_get_adapter_property()