Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h32 bool (*get_is_ready)(void); member
/system/bt/stack/btm/
Dbtm_devctl.cc247 bool BTM_IsDeviceUp(void) { return controller_get_interface()->get_is_ready(); } in BTM_IsDeviceUp()
429 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
527 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDeviceClass()
Dbtm_inq.cc168 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDiscoverability()
556 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetConnectability()
Dbtm_sec.cc387 controller_get_interface()->get_is_ready()) { in BTM_SetPinType()
900 if (!controller_get_interface()->get_is_ready()) { in btm_sec_bond_by_transport()
2507 if (!controller_get_interface()->get_is_ready()) { in btm_sec_conn_req()
/system/bt/device/src/
Dcontroller.cc297 static bool get_is_ready(void) { return readable; } in get_is_ready() function
533 get_is_ready,
/system/bt/btif/src/
Dbtif_storage.cc638 if (!controller->get_is_ready()) { in btif_storage_get_adapter_property()