Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h66 std::vector<RawAddress> btif_config_get_paired_devices();
/system/bt/btif/src/
Dbtif_storage.cc452 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_in_fetch_bonded_devices()
875 for (const auto& bd_addr : btif_config_get_paired_devices()) { in remove_devices_with_sample_ltk()
1362 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_hid_info()
1503 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_bonded_hearing_aids()
1693 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_load_hidd()
1721 for (const auto& bd_addr : btif_config_get_paired_devices()) { in btif_storage_set_hidd()
Dbtif_config.cc204 for (const auto& mac_address : btif_config_get_paired_devices()) { in init_metric_id_allocator()
612 std::vector<RawAddress> btif_config_get_paired_devices() { in btif_config_get_paired_devices() function