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

Commit 50d03e88 authored by Ajay Panicker's avatar Ajay Panicker Committed by Andre Eisenbach
Browse files

Make BluetoothManagerCallback oneway to prevent waiting on response

Bug: 27384453
Change-Id: I2cd0f1bc03c7a1e887c89faa18d5baa6ca5be24a
parent c9ba8c7e
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();