OSDN Git Service

Make BluetoothManagerCallback oneway to prevent waiting on response
authorAjay Panicker <apanicke@google.com>
Fri, 18 Mar 2016 22:38:20 +0000 (15:38 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 18 Mar 2016 22:47:26 +0000 (22:47 +0000)
Bug: 27384453
Change-Id: I2cd0f1bc03c7a1e887c89faa18d5baa6ca5be24a

core/java/android/bluetooth/IBluetoothManagerCallback.aidl

index 1385daf..8104d21 100644 (file)
@@ -23,7 +23,7 @@ import android.bluetooth.IBluetooth;
  *
  * {@hide}
  */
-interface IBluetoothManagerCallback {
+oneway interface IBluetoothManagerCallback {
     void onBluetoothServiceUp(in IBluetooth bluetoothService);
     void onBluetoothServiceDown();
     void onBrEdrDown();