Searched refs:btif_config_get_paired_devices (Results 1 – 5 of 5) sorted by relevance
65 struct btif_config_get_paired_devices btif_config_get_paired_devices; variable137 std::vector<RawAddress> btif_config_get_paired_devices() { in btif_config_get_paired_devices() function139 return test::mock::btif_config::btif_config_get_paired_devices(); in btif_config_get_paired_devices()
210 struct btif_config_get_paired_devices { struct216 extern struct btif_config_get_paired_devices btif_config_get_paired_devices; argument
67 std::vector<RawAddress> btif_config_get_paired_devices();
449 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()
202 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