Home
last modified time | relevance | path

Searched refs:DisconnectAudio (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dbluetooth_headset_interface.h73 virtual bt_status_t DisconnectAudio(RawAddress* bd_addr) = 0;
/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc714 bt_status_t DisconnectAudio(RawAddress* bd_addr) override;
825 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio() function in bluetooth::headset::HeadsetInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp588 sBluetoothHfpInterface->DisconnectAudio((RawAddress*)addr); in disconnectAudioNative()