Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices_test.cc594 uint32_t target_max_channel_counts_per_ase_bitmap = in GetVendorAseConfigurationsForRequirements() local
600 if (new_counts > target_max_channel_counts_per_ase_bitmap) { in GetVendorAseConfigurationsForRequirements()
601 target_max_channel_counts_per_ase_bitmap = new_counts; in GetVendorAseConfigurationsForRequirements()
607 while (target_max_channel_counts_per_ase_bitmap) { in GetVendorAseConfigurationsForRequirements()
609 target_max_channel_counts_per_ase_bitmap = in GetVendorAseConfigurationsForRequirements()
610 target_max_channel_counts_per_ase_bitmap >> 1; in GetVendorAseConfigurationsForRequirements()