Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66af025f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents d1ffb134 a5325e18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ package android.bluetooth;
 *
 * {@hide}
 */
interface IBluetoothStateChangeCallback
oneway interface IBluetoothStateChangeCallback
{
    void onBluetoothStateChange(boolean on);
}