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.c168 bool is_restricted_mode() { in is_restricted_mode() function
292 if (is_restricted_mode() && !btif_storage_is_restricted_device(bd_addr)) in remove_bond()
Dbtif_config.c179 if (!is_restricted_mode()) in init()
Dbtif_storage.c788 if (is_restricted_mode()) { in btif_storage_add_bonded_device()
/system/bt/service/client/
Dmain.cpp262 bool is_restricted_mode = false; in HandleEnable() local
275 is_restricted_mode = true; in HandleEnable()
279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode)); in HandleEnable()