Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 051897a5 authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Merge "Remove IBluetooth.sendConnectionStateChanged" am: e0f9b01e am: 744f3710

am: 3b0cba49

Change-Id: I44cd5f7f7ce6a803f9266e88f769f56149f23c7c
parents 9146910d 3b0cba49
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -106,9 +106,6 @@ interface IBluetooth
    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);