Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hf_client.cc385 static bt_status_t disconnect_audio(const RawAddress* bd_addr) { in disconnect_audio() function
752 .disconnect_audio = disconnect_audio,
/aosp12/system/bt/include/hardware/
H A Dbt_hf_client.h348 bt_status_t (*disconnect_audio)(const RawAddress* bd_addr); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp572 sBluetoothHfpClientInterface->disconnect_audio((const RawAddress*)addr); in disconnectAudioNative()