Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices_test.cc626 auto req_allocations = VEC_UINT8_TO_UINT32(req.params.At( in GetVendorAseConfigurationsForRequirements() local
632 while (req_allocations) { in GetVendorAseConfigurationsForRequirements()
633 if (req_allocations & 0b1) { in GetVendorAseConfigurationsForRequirements()
636 req_allocations = req_allocations >> 1; in GetVendorAseConfigurationsForRequirements()