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

Commit b9756027 authored by Rahul Sabnis's avatar Rahul Sabnis Committed by android-build-merger
Browse files

Merge "Add setConnectionPolicy to HidDevice and Pan aidl"

am: f8ee64bd

Change-Id: I142493b51e0b8a2f516bc39a8b7b5845f63f76b6
parents 3aae23f8 f8ee64bd
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);
}