Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h435 constexpr uint8_t kLeAudioMetadataTypeProgramInfo = 0x03; variable
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp897 if (metadata.count(bluetooth::le_audio::kLeAudioMetadataTypeProgramInfo)) { in prepareLeAudioContentMetadataObject()
901 .at(bluetooth::le_audio::kLeAudioMetadataTypeProgramInfo) in prepareLeAudioContentMetadataObject()
903 metadata.at(bluetooth::le_audio::kLeAudioMetadataTypeProgramInfo) in prepareLeAudioContentMetadataObject()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h296 constexpr uint8_t kLeAudioMetadataTypeProgramInfo = 0x03; variable
851 vec_opt = ltvs.Find(types::kLeAudioMetadataTypeProgramInfo); in LtvMapToMetadata()
Dle_audio_types_test.cc435 .Add(::bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo, in PrepareMetadataLtv()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine_test.cc57 5, bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo,
Dbroadcaster_test.cc201 5, bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo,
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils_unittest.cc96 .Add(::bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo, in PrepareStackMetadataLtv()