Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_api.h104 bool is_restricted_mode(void);
/system/bt/btif/src/
Dbluetooth.cc169 bool is_restricted_mode() { return restricted_mode; } in is_restricted_mode() function
266 if (is_restricted_mode() && !btif_storage_is_restricted_device(bd_addr)) in remove_bond()
Dbtif_config.cc174 if (!is_restricted_mode()) btif_config_remove_restricted(config); in init()
Dbtif_storage.cc738 if (is_restricted_mode()) { in btif_storage_add_bonded_device()
/system/bt/service/client/
Dmain.cc338 bool is_restricted_mode = false; in HandleEnable() local
351 is_restricted_mode = true; in HandleEnable()
356 bt_iface->Enable(is_restricted_mode, &status); in HandleEnable()