Hi: I'm running S132 SoftDevice for the nRF52832 and am interested in configuring the nRF52832 (slave) to achieve connection intervals from 2 to 16 secs.
Thanks, JP
Hi: I'm running S132 SoftDevice for the nRF52832 and am interested in configuring the nRF52832 (slave) to achieve connection intervals from 2 to 16 secs.
Thanks, JP
#define BLE_GAP_CP_MAX_CONN_INTVL_MAX 0x0C80
Highest maximum connection interval permitted, in units of 1.25 ms, i.e. 4 s.
4 seconds is the highest the spec allows you to go. You can just set max and min to 4s but it depends on the central you're connecting to whether or not it will allow it.
#define BLE_GAP_CP_MAX_CONN_INTVL_MAX 0x0C80
Highest maximum connection interval permitted, in units of 1.25 ms, i.e. 4 s.
4 seconds is the highest the spec allows you to go. You can just set max and min to 4s but it depends on the central you're connecting to whether or not it will allow it.