Home
last modified time | relevance | path

Searched refs:connect_audio (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs198 pub fn connect_audio(&mut self, addr: RawAddress) -> BtStatus { in connect_audio() method
200 BtStatus::from(ccall!(self, connect_audio, addr_ptr.into())) in connect_audio()
Dhfp.rs199 fn connect_audio( in connect_audio() function
476 pub fn connect_audio( in connect_audio() method
482 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.cc289 int HfpIntf::connect_audio(RawAddress addr, bool sco_offload, int disabled_codecs) { in connect_audio() function in bluetooth::topshim::rust::HfpIntf
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc351 static bt_status_t connect_audio(const RawAddress* bd_addr) { in connect_audio() function
794 .connect_audio = connect_audio,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h333 bt_status_t (*connect_audio)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp606 bt_status_t status = sBluetoothHfpClientInterface->connect_audio((const RawAddress*)addr); in connectAudioNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs2706 if self.hfp.connect_audio(addr, sco_offload, disabled_codecs) != 0 { in start_sco_call_impl()