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

Commit 3c515f0e 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

Change-Id: I10775c5f4d6e01d1c8495074fcce933a18aaadcf
parents 0238f037 e588498e
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);