HomeSort by relevance Sort by last modified time
    Searched full:is_restricted_mode (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/include/
btif_api.h 91 ** Function is_restricted_mode
104 bool is_restricted_mode(void);
  /system/bt/btif/src/
bluetooth.c 168 bool is_restricted_mode() { function
292 if (is_restricted_mode() && !btif_storage_is_restricted_device(bd_addr))
btif_config.c 179 if (!is_restricted_mode())
btif_storage.c 788 if (is_restricted_mode()) {
    [all...]
  /system/bt/service/client/
main.cpp 262 bool is_restricted_mode = false; local
275 is_restricted_mode = true;
279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode));

Completed in 353 milliseconds