This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-CC2652RB: SDKv4.40: Where MIN/MAX Connection Interval are set at Simple Peripheral for CC2652RB?

Part Number: LP-CC2652RB
Other Parts Discussed in Thread: CC2652RB, CC2640R2F, CC2642R, SYSCONFIG

HI,

I always see these parameters set at CC2640R2F Simple Peripheral. However, at CC2652RB simple peripheral, I can not find where these parameters are set. I can not find it at syscfg.

// Minimum connection interval (units of 1.25ms, 80=100ms) for automatic
// parameter update request
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL     80

// Maximum connection interval (units of 1.25ms, 800=1000ms) for automatic
// parameter update request
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL     800

// Slave latency to use for automatic parameter update request
#define DEFAULT_DESIRED_SLAVE_LATENCY         0

-kel