Searched refs:kLeAudioMetadataTypeProgramInfo (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 870 if (metadata.count(bluetooth::le_audio::kLeAudioMetadataTypeProgramInfo)) { in prepareLeAudioContentMetadataObject() 873 (const char*)metadata.at(bluetooth::le_audio::kLeAudioMetadataTypeProgramInfo).data(), in prepareLeAudioContentMetadataObject() 874 metadata.at(bluetooth::le_audio::kLeAudioMetadataTypeProgramInfo).size()); in prepareLeAudioContentMetadataObject()
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_le_audio.h | 422 constexpr uint8_t kLeAudioMetadataTypeProgramInfo = 0x03; variable
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.h | 321 constexpr uint8_t kLeAudioMetadataTypeProgramInfo = 0x03; variable 834 vec_opt = ltvs.Find(types::kLeAudioMetadataTypeProgramInfo); in LtvMapToMetadata()
|
D | le_audio_types_test.cc | 416 .Add(::bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo, in PrepareMetadataLtv()
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils_unittest.cc | 76 .Add(::bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo, in PrepareStackMetadataLtv()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine_test.cc | 63 5, bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo, 0x1, 0x2, 0x3, 0x4};
|
D | broadcaster_test.cc | 202 5, bluetooth::le_audio::types::kLeAudioMetadataTypeProgramInfo, 0x1, 0x2, 0x3, 0x4};
|