Merge "Make BluetoothStateChangeCallback oneway to prevent waiting on response."
This commit is contained in:
@@ -21,7 +21,7 @@ package android.bluetooth;
|
||||
*
|
||||
* {@hide}
|
||||
*/
|
||||
interface IBluetoothStateChangeCallback
|
||||
oneway interface IBluetoothStateChangeCallback
|
||||
{
|
||||
void onBluetoothStateChange(boolean on);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user