Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc1375 auto requested_channel_count = conf.codec.GetChannelCountPerIsoStream(); in CheckIfStrategySupported() local
1377 requested_channel_count, channel_count_mask); in CheckIfStrategySupported()
1383 return ((1 << (requested_channel_count - 1)) & channel_count_mask); in CheckIfStrategySupported()