Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc1214 std::vector<PresetInfo> updated_infos; in OnHasPresetGenericUpdate() local
1246 updated_infos.push_back( in OnHasPresetGenericUpdate()
1251 updated_infos.push_back(*device.GetPresetInfo(nt.preset->GetIndex())); in OnHasPresetGenericUpdate()
1280 updated_infos.begin(), updated_infos.end(), in OnHasPresetGenericUpdate()
1285 if (renamed_preset_info == updated_infos.end()) continue; in OnHasPresetGenericUpdate()
1308 updated_infos.erase(renamed_preset_info); in OnHasPresetGenericUpdate()
1313 if (!updated_infos.empty()) { in OnHasPresetGenericUpdate()
1315 device.addr, PresetInfoReason::PRESET_INFO_UPDATE, updated_infos); in OnHasPresetGenericUpdate()