Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc516 public_features |= bluetooth::le_audio::kLeAudioQualityHigh; in CreateAudioBroadcast()
605 if (public_features & bluetooth::le_audio::kLeAudioQualityHigh && in CreateAudioBroadcast()
610 public_features &= (0xFFFF & ~bluetooth::le_audio::kLeAudioQualityHigh); in CreateAudioBroadcast()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h448 constexpr uint8_t kLeAudioQualityHigh = 0x1 << 2; variable
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp1117 bluetooth::le_audio::kLeAudioQualityHigh) { in prepareBluetoothLeBroadcastMetadataObject()