Merge "Remove IBluetooth.sendConnectionStateChanged"
am: 8e5571c043

Change-Id: I7b8f5f4648f9cf44633d582838895e9318f54fc1
diff --git a/binder/android/bluetooth/IBluetooth.aidl b/binder/android/bluetooth/IBluetooth.aidl
index d095682..e7b82cc 100644
--- a/binder/android/bluetooth/IBluetooth.aidl
+++ b/binder/android/bluetooth/IBluetooth.aidl
@@ -106,9 +106,6 @@
     int getSimAccessPermission(in BluetoothDevice device);
     boolean setSimAccessPermission(in BluetoothDevice device, int value);
 
-    @UnsupportedAppUsage
-    void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState);
-
     void registerCallback(in IBluetoothCallback callback);
     void unregisterCallback(in IBluetoothCallback callback);