This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Ignore whitelist when scanning beacons

Hi,

In these conditions "custom device connected+bonded and whitelist enabled", when the device scan for beacons it see only the smartphone bonded to the device (don't see the beacons simulated by the smartphone)

is it possible to disable whitelist just for the scan?

the scan is configured as below:

        .extended    = 0,
        .active          = passive_scan,
        .filter_policy = BLE_GAP_SCAN_FP_ACCEPT_ALL,
        .interval        = MSEC_TO_UNITS(130, UNIT_0_625_MS),
        .window        = MSEC_TO_UNITS(120, UNIT_0_625_MS),
        .timeout        = 0, /* none timeout by default  - set by application */

SDK16, SD7.0.1, nrf52832, custom device, custom application

Parents Reply Children
No Data
Related