Searched defs:is_restricted_mode (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/src/
H A Dbluetooth.c168 bool is_restricted_mode() { function
292 if (is_restricted_mode() && !btif_storage_is_restricted_device(bd_addr))
/system/bt/service/client/
H A Dmain.cpp262 bool is_restricted_mode = false; local
275 is_restricted_mode = true;
279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode));

Completed in 800 milliseconds