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

Commit f1db4c98 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

am: a1c7315e

Change-Id: I270d6a98b879891b96f69c6d06edc6af13e1725b
parents 243cc94e a1c7315e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,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);
                    }
                }