Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h283 std::vector<bluetooth::has::PresetInfo> all_info; in GetAllPresetInfo() local
284 all_info.reserve(has_presets.size()); in GetAllPresetInfo()
288 all_info.push_back({.preset_index = preset.GetIndex(), in GetAllPresetInfo()
293 return all_info; in GetAllPresetInfo()