Merge "Remove legacy advertiser from map after it's no longer used"

This commit is contained in:
Treehugger Robot
2017-06-19 19:17:38 +00:00
committed by Gerrit Code Review

View File

@@ -208,6 +208,8 @@ public final class BluetoothLeAdvertiser {
if (wrapper == null) return;
stopAdvertisingSet(wrapper);
mLegacyAdvertisers.remove(callback);
}
}