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

Commit f8ee64bd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add setConnectionPolicy to HidDevice and Pan aidl"

parents f72bdf34 cd0353fb
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);
}