Home
last modified time | relevance | path

Searched refs:is_restricted_mode (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/include/
Dbtif_api.h104 bool is_restricted_mode(void);
/system/bt/btif/src/
Dbluetooth.cc171 bool is_restricted_mode() { return restricted_mode; } in is_restricted_mode() function
270 if (is_restricted_mode() && !btif_storage_is_restricted_device(bd_addr)) in remove_bond()
Dbtif_config.cc226 if (!is_restricted_mode()) btif_config_remove_restricted(config.get()); in init()
Dbtif_storage.cc828 if (is_restricted_mode()) { in btif_storage_add_bonded_device()