Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc78 constexpr uint8_t CODEC_G722_16KHZ = 0x01; variable
994 bool g722_16khz_supported = codecs & (1 << CODEC_G722_16KHZ); in OnReadOnlyPropertiesRead()
1050 } else if (codecs & (1 << CODEC_G722_16KHZ)) { in ChooseCodec()
1051 codec_in_use = CODEC_G722_16KHZ; in ChooseCodec()