Searched refs:get_is_ready (Results 1 – 7 of 7) sorted by relevance
32 bool (*get_is_ready)(void); member
101 static bool get_is_ready(void) { return data_.ready; } in get_is_ready() function317 get_is_ready,
254 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()
183 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()
367 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()
300 static bool get_is_ready(void) { return readable; } in get_is_ready() function640 get_is_ready,
630 if (!controller->get_is_ready()) { in btif_storage_get_adapter_property()