Make BluetoothManagerCallback oneway to prevent waiting on response

Bug: 27384453
Change-Id: I2cd0f1bc03c7a1e887c89faa18d5baa6ca5be24a
This commit is contained in:
Ajay Panicker
2016-03-18 15:38:20 -07:00
committed by Andre Eisenbach
parent 2ebc12bb48
commit d455c8cd43

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();