Hi all, I am using the multi role example (github.com/.../nRF51-multi-role-conn-observer-advertiser) to scan and advertise concurrently. I was wondering if the scanning part uses only the channel number 39.
I was looking at the file ll_scan.c and radio_init() is called only once with the channel number 39. Does that mean that only that channel is scanned or all of three (37, 38 and 39)?
Thank you.