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

Commit ca430a88 authored by Ajay Panicker's avatar Ajay Panicker Committed by Gerrit Code Review
Browse files

Merge "Make BluetoothManagerCallback oneway to prevent waiting on response"

parents 2ebc12bb d455c8cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import android.bluetooth.IBluetooth;
 *
 * {@hide}
 */
interface IBluetoothManagerCallback {
oneway interface IBluetoothManagerCallback {
    void onBluetoothServiceUp(in IBluetooth bluetoothService);
    void onBluetoothServiceDown();
    void onBrEdrDown();