Merge "Make BluetoothManagerCallback oneway to prevent waiting on response" am: ca430a8

am: e999bba

* commit 'e999bba2a53436e0b3b98bebcd6fb4333604a69c':
  Make BluetoothManagerCallback oneway to prevent waiting on response
This commit is contained in:
Ajay Panicker
2016-03-19 00:18:43 +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();