Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc866 auto supported_channel_count_ltv = pac.codec_spec_caps.Find( in GetSupportedAudioChannelCounts() local
869 if (supported_channel_count_ltv == std::nullopt || in GetSupportedAudioChannelCounts()
870 supported_channel_count_ltv->size() == 0L) { in GetSupportedAudioChannelCounts()
874 return VEC_UINT8_TO_UINT8(supported_channel_count_ltv.value()); in GetSupportedAudioChannelCounts()