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

Commit d2031c22 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 c9ba8c7e 50d03e88
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();