Hi guys,
I am working with a central battery powered so, I am controlling the RF activity calling scan_start() or sd_ble_gap_scan_start()
and disabling the RF activity with sd_ble_gap_scan_stop()
after 20ms
My scan_interval and scan_window have the following values and have equals values to have the radio activity 100%:
SCAN_INTERVAL= 6.25ms
SCAN_WINDOW = 6.25ms
My question is how influence the SCAN_WINDOW
and SCAN_INTERVAL
values inside the the a RF activity enabled by scan_start()
if the Central RF activity time is lower or greater than the advertising time 20ms or some else
Will it make my central less responsive? if the Scan window/interval are greater than the Advertising time
Thanks