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

Commit e999bba2 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Make BluetoothManagerCallback oneway to prevent waiting on response"

am: ca430a88

* commit 'ca430a88':
  Make BluetoothManagerCallback oneway to prevent waiting on response
parents d1ce469a ca430a88
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();