Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h101 } btle_audio_codec_index_t; typedef
142 btle_audio_codec_index_t codec_type = LE_AUDIO_CODEC_INDEX_SOURCE_INVALID;
566 struct formatter<bluetooth::le_audio::btle_audio_codec_index_t>
567 : enum_formatter<bluetooth::le_audio::btle_audio_codec_index_t> {};
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.h62 bluetooth::le_audio::btle_audio_codec_index_t
Dcodec_manager.cc48 using bluetooth::le_audio::btle_audio_codec_index_t;
1004 ? btle_audio_codec_index_t:: in storeLocalCapa()
1006 : btle_audio_codec_index_t:: in storeLocalCapa()
1109 std::unordered_map<btle_audio_codec_index_t, uint8_t>
Dle_audio_utils.cc256 bluetooth::le_audio::btle_audio_codec_index_t
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc57 .codec_type = le_audio::btle_audio_codec_index_t::LE_AUDIO_CODEC_INDEX_SOURCE_LC3}; in from_rust_btle_audio_codec_config()
67 case le_audio::btle_audio_codec_index_t::LE_AUDIO_CODEC_INDEX_SOURCE_LC3: in to_rust_btle_audio_codec_config()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp33 using bluetooth::le_audio::btle_audio_codec_index_t;
400 .codec_type = static_cast<btle_audio_codec_index_t>(codecType)}; in prepareCodecPreferences()
632 .codec_type = static_cast<btle_audio_codec_index_t>(inputCodecType), in setCodecConfigPreferenceNative()
674 .codec_type = static_cast<btle_audio_codec_index_t>(outputCodecType), in setCodecConfigPreferenceNative()