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

Commit cd0353fb authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Add setConnectionPolicy to HidDevice and Pan aidl

Bug: 147444905
Test: Manual
Change-Id: Ic29a7c08fab10b3c25b4708124eb9768ba84bbb4
parent 21a7d2c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,4 +37,5 @@ interface IBluetoothHidDevice {
    List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
    int getConnectionState(in BluetoothDevice device);
    String getUserAppName();
    boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy);
}
+1 −0
Original line number Diff line number Diff line
@@ -32,4 +32,5 @@ interface IBluetoothPan {
    List<BluetoothDevice> getConnectedDevices();
    List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
    int getConnectionState(in BluetoothDevice device);
    boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy);
}