Merge "Make BluetoothManagerCallback oneway to prevent waiting on response"

am: ca430a8

* commit 'ca430a881f29ee88ade7a541fa34799c9f47d345':
  Make BluetoothManagerCallback oneway to prevent waiting on response
This commit is contained in:
Ajay Panicker
2016-03-19 00:16:27 +00:00
committed by android-build-merger

View File

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