Merge "Make BluetoothStateChangeCallback oneway to prevent waiting on response."

This commit is contained in:
Treehugger Robot
2017-07-17 21:47:31 +00:00
committed by Gerrit Code Review

View File

@@ -21,7 +21,7 @@ package android.bluetooth;
*
* {@hide}
*/
interface IBluetoothStateChangeCallback
oneway interface IBluetoothStateChangeCallback
{
void onBluetoothStateChange(boolean on);
}