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

Commit 44978350 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

am: e999bba2

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