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

Commit fd47cba3 authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Merge changes from topics "merge BT bond", "parameterize BT enable", "remove...

Merge changes from topics "merge BT bond", "parameterize BT enable", "remove BT isEnabled" am: 7115ce56 am: e588498e
am: 3c515f0e

Change-Id: Ia388e13aafb4ea196b8cf8b6930e6b5126253328
parents 1d26b54d 3c515f0e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -67,8 +67,7 @@ interface IBluetooth
    int getProfileConnectionState(int profile);

    BluetoothDevice[] getBondedDevices();
    boolean createBond(in BluetoothDevice device, in int transport);
    boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData);
    boolean createBond(in BluetoothDevice device, in int transport, in OobData oobData);
    boolean cancelBondProcess(in BluetoothDevice device);
    boolean removeBond(in BluetoothDevice device);
    int getBondState(in BluetoothDevice device);