Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h32 bool (*get_is_ready)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc96 bool get_is_ready(void) { return readable; } in get_is_ready() function
367 get_is_ready,
/system/bt/stack/btm/
Dbtm_devctl.cc226 bool BTM_IsDeviceUp(void) { return controller_get_interface()->get_is_ready(); } in BTM_IsDeviceUp()
322 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
420 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDeviceClass()
Dbtm_inq.cc207 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDiscoverability()
374 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetConnectability()
Dbtm_sec.cc380 controller_get_interface()->get_is_ready()) { in BTM_SetPinType()
749 if (!controller_get_interface()->get_is_ready()) { in btm_sec_bond_by_transport()
1933 if (!controller_get_interface()->get_is_ready()) { in btm_sec_conn_req()
/system/bt/main/shim/
Dcontroller.cc121 static bool get_is_ready(void) { return data_.ready; } in get_is_ready() function
309 get_is_ready,
/system/bt/device/src/
Dcontroller.cc334 static bool get_is_ready(void) { return readable; } in get_is_ready() function
740 get_is_ready,
/system/bt/btif/src/
Dbtif_storage.cc626 if (!controller->get_is_ready()) { in btif_storage_get_adapter_property()