Hello,
I am using NRF52832, SDK v15.1.0.
For advertising on single channel, I added " p_advertising->adv_params.channel_mask[4] = 03; " in ble_advertising_start() , yet it doesn't work.
Also, is it possible to do scanning with selective channel?
I have gone through previous blogs related this, but it doesn't work.
Is there any other way of doing this?