Home
last modified time | relevance | path

Searched refs:BtLeAudioCodecIndex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs18 pub enum BtLeAudioCodecIndex { enum
224 pub type BtLeAudioCodecIndex = ffi::BtLeAudioCodecIndex; typedef
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc55 case static_cast<int>(BtLeAudioCodecIndex::SrcLc3): in from_rust_btle_audio_codec_config()
68 return BtLeAudioCodecConfig{.codec_type = static_cast<int>(BtLeAudioCodecIndex::SrcLc3)}; in to_rust_btle_audio_codec_config()