Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h120 } btle_audio_sample_rate_index_t; typedef
143 btle_audio_sample_rate_index_t sample_rate = LE_AUDIO_SAMPLE_RATE_INDEX_NONE;
569 struct formatter<bluetooth::le_audio::btle_audio_sample_rate_index_t>
570 : enum_formatter<bluetooth::le_audio::btle_audio_sample_rate_index_t> {};
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.h65 bluetooth::le_audio::btle_audio_sample_rate_index_t
Dle_audio_utils.cc265 bluetooth::le_audio::btle_audio_sample_rate_index_t
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp35 using bluetooth::le_audio::btle_audio_sample_rate_index_t;
634 static_cast<btle_audio_sample_rate_index_t>(inputSampleRate), in setCodecConfigPreferenceNative()
676 static_cast<btle_audio_sample_rate_index_t>(outputSampleRate), in setCodecConfigPreferenceNative()