Searched refs:GetSupportedAudioChannelCounts (Results 1 – 3 of 3) sorted by relevance
179 uint8_t GetSupportedAudioChannelCounts(uint8_t direction) const;
1249 auto channel_count_bitmap = device->GetSupportedAudioChannelCounts(direction); in GetGroupSinkStrategy()1648 auto channel_count_mask = device.GetSupportedAudioChannelCounts(direction); in CheckIfStrategySupported()
916 uint8_t LeAudioDevice::GetSupportedAudioChannelCounts(uint8_t direction) const { in GetSupportedAudioChannelCounts() function in bluetooth::le_audio::LeAudioDevice