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

How to make BLE scan on the specific channel in 37 only, 38 only and 39 only, is it possible to do?

We are doing the certification to our product, in which they asked me to do BLE scan on the 37th channel, then 38th channel and 39th channel separately to pass the certification.

I don't know where this low-level stuff is handled in the NRF SDK, I am using 15.2 sdk version, nrf52840 chip set.

Do I need to add this config in sdk_config.h?

or Do I need to add in the nrf_ble_scan.c?

or it's something soft device take care of it?

Related