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

Commit 77564f96 authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Add setConnectionPolicy to IBluetoothPbap.aidl

Bug: 145943634
Test: Manual
Change-Id: Idfae61d09c5338ee3de362aeb3a2bbae68818eb4
parent fe4ceae0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,4 +28,5 @@ interface IBluetoothPbap {
    List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
    int getConnectionState(in BluetoothDevice device);
    void disconnect(in BluetoothDevice device);
    boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy);
}