summaryrefslogtreecommitdiff
path: root/com/android/settingslib/bluetooth/BluetoothCallback.java
diff options
context:
space:
mode:
Diffstat (limited to 'com/android/settingslib/bluetooth/BluetoothCallback.java')
-rw-r--r--com/android/settingslib/bluetooth/BluetoothCallback.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/com/android/settingslib/bluetooth/BluetoothCallback.java b/com/android/settingslib/bluetooth/BluetoothCallback.java
index 4a6df505..bab59f1f 100644
--- a/com/android/settingslib/bluetooth/BluetoothCallback.java
+++ b/com/android/settingslib/bluetooth/BluetoothCallback.java
@@ -29,5 +29,5 @@ public interface BluetoothCallback {
void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState);
void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state);
void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile);
- void onProfileAudioStateChanged(int bluetoothProfile, int state);
+ void onAudioModeChanged();
}