Home
last modified time | relevance | path

Searched refs:btif_storage_is_restricted_device (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_storage.h257 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr);
/system/bt/btif/src/
Dbluetooth.cc287 if (is_restricted_mode() && !btif_storage_is_restricted_device(bd_addr)) in remove_bond()
Dbtif_storage.cc1674 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr) { in btif_storage_is_restricted_device() function