Hi
I am a beginner of bluetooth
I want to build BLE connection between nrf52833 and nrf52810 as soon as possible (maybe in 100-200ms)
can I achieve that by config Advertising Interval,Scan Interval and Scan window or others configuration?
SDK: 17 BLE app uart example
Softdevice:
nrf52833 & S140
nrf52810 & S132
My current setting are
Advertising Interval:20 ms
Scan Interval & Scan window:40
Sometimes they build connection immediately but sometimes they spend 2-3 second,which longer a lot then I expect
Thanks for helping