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

Commit d2564c51 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Prevent LE scanning apps from being wrongflully downgraded to opportunistic...

Prevent LE scanning apps from being wrongflully downgraded to opportunistic am: a1c7315e am: f1db4c98
am: a41edffd

Change-Id: I5ca6895ad5d8ddf09ed420756097d7af1af50a51
parents 67e584ca a41edffd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ public class ScanManager {
                        Message msg = mHandler.obtainMessage(MSG_SCAN_TIMEOUT);
                        msg.obj = client;
                        // Only one timeout message should exist at any time
                        mHandler.removeMessages(SCAN_TIMEOUT_MS);
                        mHandler.removeMessages(MSG_SCAN_TIMEOUT);
                        mHandler.sendMessageDelayed(msg, SCAN_TIMEOUT_MS);
                    }
                }