I have a CC2650 peripheral that's connected and bonded to an iPhone App. After the link is established, the connection interval was updated to 1.9 second (GAP_LinkParamUpdate). If I were to move the peripheral away, and then move it back within range and do a reconnect, will the iPhone reconnect to the peripheral with the initially updated connection interval of 1.9 second? Or will it use the default connection interval (which I believe is 30 milliseconds)?
My goal is to have the connection interval at 1.9 second every time the iPhone reconnects to the device (to reduce power consumption).
Thanks, Danny