Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit 5508094

Browse files
committed
1 parent f089a1b commit 5508094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BLEScan.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ BLEScan::BLEScan() {
3434
m_scan_params.scan_type = BLE_SCAN_TYPE_PASSIVE; // Default is a passive scan.
3535
m_scan_params.own_addr_type = BLE_ADDR_TYPE_PUBLIC;
3636
m_scan_params.scan_filter_policy = BLE_SCAN_FILTER_ALLOW_ALL;
37+
m_scan_params.scan_duplicate = BLE_SCAN_DUPLICATE_DISABLE;
3738
m_pAdvertisedDeviceCallbacks = nullptr;
3839
m_stopped = true;
3940
m_wantDuplicates = false;

0 commit comments

Comments
 (0)