Home
last modified time | relevance | path

Searched refs:sco_offload (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dmedia_client.py445 def start_sco_call(self, address, sco_offload, force_cvsd): argument
456 self.proxy().StartScoCall(address, sco_offload, force_cvsd)
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs200 sco_offload: bool, in connect_audio()
460 sco_offload: bool, in connect_audio()
463 self.internal.pin_mut().connect_audio(addr, sco_offload, disabled_codecs) in connect_audio()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.h40 int connect_audio(RawAddress addr, bool sco_offload, int disabled_codecs);
Dhfp_shim.cc322 int HfpIntf::connect_audio(RawAddress addr, bool sco_offload, int disabled_codecs) { in connect_audio() argument
323 intf_->SetScoOffloadEnabled(sco_offload); in connect_audio()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs381 sco_offload: bool, in start_sco_call()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs170 sco_offload: bool, in start_sco_call()
2623 sco_offload: bool, in start_sco_call_impl()
2631 if hfp.connect_audio(addr, sco_offload, disabled_codecs) != 0 { in start_sco_call_impl()
3847 sco_offload: bool, in start_sco_call()
3850 self.start_sco_call_impl(address, sco_offload, disabled_codecs) in start_sco_call()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2758 sco_offload: bool, in start_sco_call()