Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h62 } btle_audio_codec_index_t; typedef
67 btle_audio_codec_index_t codec_type;
/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager.cc36 using bluetooth::le_audio::btle_audio_codec_index_t;
408 std::unordered_map<btle_audio_codec_index_t, uint8_t>
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp31 using bluetooth::le_audio::btle_audio_codec_index_t;
325 .codec_type = static_cast<btle_audio_codec_index_t>(codecType)}; in prepareCodecPreferences()
532 .codec_type = static_cast<btle_audio_codec_index_t>(inputCodecType)}; in setCodecConfigPreferenceNative()
539 .codec_type = static_cast<btle_audio_codec_index_t>(outputCodecType)}; in setCodecConfigPreferenceNative()