Searched refs:HfpCodecBitId (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hfp.rs | 83 pub struct HfpCodecBitId: i32 { 91 impl TryInto<u8> for HfpCodecBitId { implementation 98 impl TryInto<i32> for HfpCodecBitId { implementation 105 impl TryFrom<i32> for HfpCodecBitId { implementation
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 7 use bt_topshim::profiles::hfp::{HfpCodecBitId, HfpCodecFormat}; 64 impl_dbus_arg_from_into!(HfpCodecBitId, i32); 382 disabled_codecs: HfpCodecBitId, in start_sco_call() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 21 Hfp, HfpCallbacks, HfpCallbacksDispatcher, HfpCodecBitId, HfpCodecFormat, HfpCodecId, 171 disabled_codecs: HfpCodecBitId, in start_sco_call() argument 1448 self.start_sco_call_impl(addr, false, HfpCodecBitId::NONE); in dispatch_hfp_callbacks() 2624 disabled_codecs: HfpCodecBitId, in start_sco_call_impl() argument 2777 self.start_sco_call_impl(*addr, false, HfpCodecBitId::NONE); in answer_call_impl() 3848 disabled_codecs: HfpCodecBitId, in start_sco_call() argument 3871 HfpCodecBitId::LC3 in get_hfp_audio_final_codecs() 3874 HfpCodecBitId::MSBC in get_hfp_audio_final_codecs() 3880 HfpCodecBitId::MSBC in get_hfp_audio_final_codecs() 3883 HfpCodecBitId::CVSD in get_hfp_audio_final_codecs() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 13 use bt_topshim::profiles::hfp::{EscoCodingFormat, HfpCodecBitId, HfpCodecFormat}; 447 impl_dbus_arg_from_into!(HfpCodecBitId, i32); 2759 disabled_codecs: HfpCodecBitId, in start_sco_call() argument
|