Searched refs:EscoCodingFormat (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hfp.rs | 24 pub enum EscoCodingFormat { enum 36 impl From<u8> for EscoCodingFormat { implementation 38 EscoCodingFormat::from_u8(item).unwrap() in from() 42 impl From<EscoCodingFormat> for u8 { 43 fn from(item: EscoCodingFormat) -> Self { in from()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 9 use bt_topshim::profiles::hfp::EscoCodingFormat; 469 impl_dbus_arg_from_into!(EscoCodingFormat, u8); 760 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 13 use bt_topshim::profiles::hfp::{EscoCodingFormat, HfpCodecBitId, HfpCodecFormat}; 446 impl_dbus_arg_from_into!(EscoCodingFormat, u8); 1025 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 13 profiles::hfp::EscoCodingFormat, 259 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool; in is_coding_format_supported() 2974 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported()
|
D | bluetooth_media.rs | 20 BthfAudioState, BthfConnectionState, CallHoldCommand, CallInfo, CallState, EscoCodingFormat, 1631 .is_coding_format_supported(EscoCodingFormat::TRANSPARENT), in dispatch_hfp_callbacks() 1637 adapter.lock().unwrap().is_coding_format_supported(EscoCodingFormat::MSBC) in dispatch_hfp_callbacks()
|