Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_storage.cc63 struct btif_storage_is_restricted_device btif_storage_is_restricted_device; variable
109 bool btif_storage_is_restricted_device::return_value = false;
243 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr) { in btif_storage_is_restricted_device() function
245 return test::mock::btif_storage::btif_storage_is_restricted_device( in btif_storage_is_restricted_device()
Dmock_btif_storage.h363 struct btif_storage_is_restricted_device { struct
371 extern struct btif_storage_is_restricted_device argument
372 btif_storage_is_restricted_device;
/packages/modules/Bluetooth/system/btif/include/
Dbtif_storage.h341 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr);
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc654 if (is_restricted_mode() && !btif_storage_is_restricted_device(bd_addr)) { in remove_bond()
Dbtif_storage.cc1387 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr) { in btif_storage_is_restricted_device() function