Make BluetoothManagerCallback oneway to prevent waiting on response
Bug: 27384453 Change-Id: I2cd0f1bc03c7a1e887c89faa18d5baa6ca5be24a
This commit is contained in:
committed by
Andre Eisenbach
parent
2ebc12bb48
commit
d455c8cd43
@@ -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