Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h95 } btle_audio_codec_index_t; typedef
136 btle_audio_codec_index_t codec_type = LE_AUDIO_CODEC_INDEX_SOURCE_INVALID;
552 struct formatter<bluetooth::le_audio::btle_audio_codec_index_t>
553 : enum_formatter<bluetooth::le_audio::btle_audio_codec_index_t> {};
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager.cc61 using bluetooth::le_audio::btle_audio_codec_index_t;
1005 ? btle_audio_codec_index_t::LE_AUDIO_CODEC_INDEX_SOURCE_LC3 in storeLocalCapa()
1006 : btle_audio_codec_index_t::LE_AUDIO_CODEC_INDEX_SOURCE_INVALID, in storeLocalCapa()
1094 std::unordered_map<btle_audio_codec_index_t, uint8_t> btle_audio_codec_type_map_ = {
Dle_audio_utils.h62 bluetooth::le_audio::btle_audio_codec_index_t translateBluetoothCodecFormatToCodecType(
Dle_audio_utils.cc263 bluetooth::le_audio::btle_audio_codec_index_t translateBluetoothCodecFormatToCodecType( in translateBluetoothCodecFormatToCodecType()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc56 .codec_type = le_audio::btle_audio_codec_index_t::LE_AUDIO_CODEC_INDEX_SOURCE_LC3}; in from_rust_btle_audio_codec_config()
66 case le_audio::btle_audio_codec_index_t::LE_AUDIO_CODEC_INDEX_SOURCE_LC3: in to_rust_btle_audio_codec_config()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp51 using bluetooth::le_audio::btle_audio_codec_index_t;
416 .codec_type = static_cast<btle_audio_codec_index_t>(codecType)}; in prepareCodecPreferences()
633 .codec_type = static_cast<btle_audio_codec_index_t>(inputCodecType), in setCodecConfigPreferenceNative()
664 .codec_type = static_cast<btle_audio_codec_index_t>(outputCodecType), in setCodecConfigPreferenceNative()