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

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

Merge "Add setConnectionPolicy to IBluetoothPbap.aidl"

am: c4f49c5e

Change-Id: I69e776c58e33124e36b022370a9c82277c8760f7
parents 9a438d6f c4f49c5e
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);
}