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.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/com/android/settingslib/bluetooth/BluetoothCallback.java b/com/android/settingslib/bluetooth/BluetoothCallback.java
index 4c41b490..ac3599ca 100644
--- a/com/android/settingslib/bluetooth/BluetoothCallback.java
+++ b/com/android/settingslib/bluetooth/BluetoothCallback.java
@@ -28,4 +28,5 @@ public interface BluetoothCallback {
void onDeviceDeleted(CachedBluetoothDevice cachedDevice);
void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState);
void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state);
+ void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile);
}