Hi,
I'm programming nRF52833 for my application. I have done to configure my device and it advertised and scanned sequentially. For my application, I advertise and also scan in channel 37. Now, I want to manage the time it advertise and scanning strictly. Does the BLE device take time to switch from advertiser to Scanner and from Scanner to Advertiser? In my main code I wrote like this:
advertising_start(); scan_start();
So that means the BLE device will start advertising in channel 37 and after advertising in T(ms) it starts scanning in Scan_Window(ms), right??
Thanks,
Best regards,