Searched refs:get_is_ready (Results 1 – 8 of 8) sorted by relevance
32 bool (*get_is_ready)(void); member
96 bool get_is_ready(void) { return readable; } in get_is_ready() function367 get_is_ready,
226 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()
207 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()
380 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()
121 static bool get_is_ready(void) { return data_.ready; } in get_is_ready() function309 get_is_ready,
334 static bool get_is_ready(void) { return readable; } in get_is_ready() function740 get_is_ready,
626 if (!controller->get_is_ready()) { in btif_storage_get_adapter_property()