Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dhf_client_client.py53 await self.__hf_client_stub.ConnectAudio(
Dhfp_client.py69 await self.__hfp_stub.ConnectAudio(
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h69 virtual bt_status_t ConnectAudio(RawAddress* bd_addr,
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto110 rpc ConnectAudio(ConnectAudioRequest) returns (google.protobuf.Empty) {} rpc
119 rpc ConnectAudio(ConnectAudioRequest) returns (ConnectAudioResponse) {} rpc
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc98 bluetooth::headset::GetInterface()->ConnectAudio(&cb->peer_addr, 0); in StartRequest()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc324 return intf_->ConnectAudio(&addr, disabled_codecs); in connect_audio()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc840 bt_status_t ConnectAudio(RawAddress* bd_addr, int disabled_codecs) override;
933 bt_status_t HeadsetInterface::ConnectAudio(RawAddress* bd_addr, in ConnectAudio() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp552 sBluetoothHfpInterface->ConnectAudio((RawAddress*)addr, 0); in connectAudioNative()