Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dhf_client_client.py56 async def disconnect_audio(self, address): member in HfClientClient
Dhfp_client.py74 async def disconnect_audio(self, address): member in HfpClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dhf_client_service.rs118 fn disconnect_audio( in disconnect_audio() method
Dhfp_service.rs132 fn disconnect_audio( in disconnect_audio() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs191 pub fn disconnect_audio(&mut self, addr: RawAddress) -> BtStatus { in disconnect_audio() method
Dhfp.rs207 fn disconnect_audio(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> i32; in disconnect_audio() function
487 pub fn disconnect_audio(&mut self, addr: RawAddress) -> i32 { in disconnect_audio() method
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc381 static bt_status_t disconnect_audio(const RawAddress* bd_addr) { in disconnect_audio() function
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc343 int HfpIntf::disconnect_audio(RawAddress addr) { in disconnect_audio() function in bluetooth::topshim::rust::HfpIntf
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h349 bt_status_t (*disconnect_audio)(const RawAddress* bd_addr); member