Searched refs:get_is_ready (Results 1 – 6 of 6) sorted by relevance
32 bool (*get_is_ready)(void); member
247 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()
168 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()
387 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()
297 static bool get_is_ready(void) { return readable; } in get_is_ready() function533 get_is_ready,
638 if (!controller->get_is_ready()) { in btif_storage_get_adapter_property()