Home
last modified time | relevance | path

Searched defs:connect_audio (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dhf_client_client.py50 async def connect_audio(self, address): member in HfClientClient
Dhfp_client.py66 async def connect_audio(self, address, is_sco_offload_enabled=False, force_cvsd=False): member in HfpClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dhf_client_service.rs92 fn connect_audio( in connect_audio() method
Dhfp_service.rs103 fn connect_audio( in connect_audio() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs185 pub fn connect_audio(&mut self, addr: RawAddress) -> BtStatus { in connect_audio() method
Dhfp.rs127 fn connect_audio( in connect_audio() function
335 pub fn connect_audio(&mut self, addr: RawAddress, sco_offload: bool, force_cvsd: bool) -> i32 { in connect_audio() method
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc348 static bt_status_t connect_audio(const RawAddress* bd_addr) { in connect_audio() function
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc242 int HfpIntf::connect_audio(RawAddress addr, bool sco_offload, bool force_cvsd) { in connect_audio() function in bluetooth::topshim::rust::HfpIntf
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h346 bt_status_t (*connect_audio)(const RawAddress* bd_addr); member