Merge "Make BluetoothManagerCallback oneway to prevent waiting on response"

This commit is contained in:
Ajay Panicker
2016-03-19 00:08:26 +00:00
committed by Gerrit Code Review

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