Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h121 } btle_audio_bits_per_sample_index_t; typedef
138 btle_audio_bits_per_sample_index_t bits_per_sample = LE_AUDIO_BITS_PER_SAMPLE_INDEX_NONE;
558 struct formatter<bluetooth::le_audio::btle_audio_bits_per_sample_index_t>
559 : enum_formatter<bluetooth::le_audio::btle_audio_bits_per_sample_index_t> {};
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.h67 bluetooth::le_audio::btle_audio_bits_per_sample_index_t translateToBtLeAudioCodecConfigBitPerSample(
Dle_audio_utils.cc293 bluetooth::le_audio::btle_audio_bits_per_sample_index_t translateToBtLeAudioCodecConfigBitPerSample( in translateToBtLeAudioCodecConfigBitPerSample()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp48 using bluetooth::le_audio::btle_audio_bits_per_sample_index_t;
635 .bits_per_sample = static_cast<btle_audio_bits_per_sample_index_t>(inputBitsPerSample), in setCodecConfigPreferenceNative()
666 .bits_per_sample = static_cast<btle_audio_bits_per_sample_index_t>(outputBitsPerSample), in setCodecConfigPreferenceNative()