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

Commit 14661d04 authored by Zach Johnson's avatar Zach Johnson
Browse files

Merge the variants of createBond

Bug: 145171640
Test: compile & try bonding
Change-Id: I8ae7e3e5fe5103cc5ee52d16c27cbdc4149ab543
parent 61118de7
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);