Home
last modified time | relevance | path

Searched refs:EscoCodingFormat (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs24 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/
Diface_bluetooth.rs9 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/
Ddbus_iface.rs13 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/
Dbluetooth.rs13 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()
Dbluetooth_media.rs20 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()