Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_btif_config.cc65 struct btif_config_get_paired_devices btif_config_get_paired_devices; variable
137 std::vector<RawAddress> btif_config_get_paired_devices() { in btif_config_get_paired_devices() function
139 return test::mock::btif_config::btif_config_get_paired_devices(); in btif_config_get_paired_devices()
Dmock_btif_config.h210 struct btif_config_get_paired_devices { struct
216 extern struct btif_config_get_paired_devices btif_config_get_paired_devices; argument
/system/bt/btif/include/
Dbtif_config.h67 std::vector<RawAddress> btif_config_get_paired_devices();
/system/bt/btif/src/
Dbtif_storage.cc449 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_in_fetch_bonded_devices()
877 for (const auto& bd_addr : btif_config_get_paired_devices()) { in remove_devices_with_sample_ltk()
1366 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_hid_info()
1507 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_hearing_aids()
1725 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_hidd()
1753 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_set_hidd()
Dbtif_config.cc202 for (const auto& mac_address : btif_config_get_paired_devices()) { in init_metric_id_allocator()
629 std::vector<RawAddress> btif_config_get_paired_devices() { in btif_config_get_paired_devices() function