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

IoT SDK 0.8.0 NRF51422, Advertising on only one channel

As previously seen on softdevices topics (devzone.nordicsemi.com/.../) I need to restrict BLE advertisement on only one channel for sniffing purpose.

The thing is, I cannot use the channel mask structure as indicated in the response of the question I refer to in the link.

Indeed, the softdevice version and its interface does not present the channel mask in the IoT SDK. I tried some integration of a regular Softdevice S110 instead of the one provided in the IoT SDK archive to get access to the channel mask structure, but it does not work (issue calling sd_ble_gap_device_name_set).

Do you have any solution I can use to advertise on only one channel with the IoT SDK, please?

Related