Can anyone advise what the GAP_EstablishLinkReq() timeout is for a failed connection (peripheral out of range or not advertising)?
I am working on a data concentrator which is to poll several peripheral devices at a regular interval. The data concentrator is battery powered so power consumption must be kept to a minimum.
Thanks
Hello,
Look at these. Also check the scan window and scan interval.
#define TGAP_GEN_DISC_SCAN 2 //!< Minimum time to perform scanning, when performing General Discovery proc (mSec)#define TGAP_LIM_DISC_SCAN 3 //!< Minimum time to perform scanning, when performing Limited Discovery proc (mSec)
BR,
-Greg