Make BluetoothManagerCallback oneway to prevent waiting on response
Bug: 27384453 Change-Id: I2cd0f1bc03c7a1e887c89faa18d5baa6ca5be24a
This commit is contained in:
committed by
Andre Eisenbach
parent
bf949ce8a0
commit
001269ff89
@@ -23,7 +23,7 @@ import android.bluetooth.IBluetooth;
|
||||
*
|
||||
* {@hide}
|
||||
*/
|
||||
interface IBluetoothManagerCallback {
|
||||
oneway interface IBluetoothManagerCallback {
|
||||
void onBluetoothServiceUp(in IBluetooth bluetoothService);
|
||||
void onBluetoothServiceDown();
|
||||
void onBrEdrDown();
|
||||
|
||||
Reference in New Issue
Block a user