Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs57 pub enum BtLeAudioContentType { enum
122 pub content_type: BtLeAudioContentType,
232 pub type BtLeAudioContentType = ffi::BtLeAudioContentType; typedef
309 impl From<BtLeAudioContentType> for i32 {
310 fn from(value: BtLeAudioContentType) -> Self { in from()
312 BtLeAudioContentType::AudioContentTypeUnknown => 0, in from()
313 BtLeAudioContentType::AudioContentTypeSpeech => 1, in from()
314 BtLeAudioContentType::AudioContentTypeMusic => 2, in from()
315 BtLeAudioContentType::AudioContentTypeMovie => 3, in from()
316 BtLeAudioContentType::AudioContentTypeSonification => 4, in from()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs9 BtLeAudioContentType, BtLeAudioDirection, BtLeAudioGroupNodeStatus, BtLeAudioGroupStatus,
67 impl_dbus_arg_from_into!(BtLeAudioContentType, i32);
474 content_type: BtLeAudioContentType, in source_metadata_changed() argument
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs16 BtLeAudioContentType, BtLeAudioDirection, BtLeAudioGroupNodeStatus, BtLeAudioGroupStatus,
94 impl_dbus_arg_from_into!(BtLeAudioContentType, i32);
2851 content_type: BtLeAudioContentType, in source_metadata_changed() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs25 BtLeAudioConnectionState, BtLeAudioContentType, BtLeAudioDirection, BtLeAudioGroupNodeStatus,
202 content_type: BtLeAudioContentType, in source_metadata_changed() argument
3953 content_type: BtLeAudioContentType, in source_metadata_changed() argument