Remove IBluetooth.sendConnectionStateChanged

This is not a good API, and we don't want to expose it
as part of the BT stable AIDL interface.

Bug: 145171640
Test: compile
Change-Id: I1c84a1cb792720857a1ff916e1420625fbf2eee7
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);