Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices_test.cc249 enum class Lc3SettingId { enum
271 static constexpr int Lc3SettingIdBegin = static_cast<int>(Lc3SettingId::_BEGIN);
272 static constexpr int Lc3SettingIdEnd = static_cast<int>(Lc3SettingId::_END);
274 bool IsLc3SettingSupported(LeAudioContextType context_type, Lc3SettingId id) { in IsLc3SettingSupported()
279 if (id == Lc3SettingId::LC3_16_1 || id == Lc3SettingId::LC3_16_2 || in IsLc3SettingSupported()
280 id == Lc3SettingId::LC3_24_1 || id == Lc3SettingId::LC3_24_2 || in IsLc3SettingSupported()
281 id == Lc3SettingId::LC3_32_1 || id == Lc3SettingId::LC3_32_2 || in IsLc3SettingSupported()
282 id == Lc3SettingId::LC3_48_1 || id == Lc3SettingId::LC3_48_2 || in IsLc3SettingSupported()
283 id == Lc3SettingId::LC3_48_3 || id == Lc3SettingId::LC3_48_4 || in IsLc3SettingSupported()
284 id == Lc3SettingId::LC3_VND_1) in IsLc3SettingSupported()
[all …]