Other Parts Discussed in Thread: CC2541
Hi,
I have a project that requires that the software running on the CC2541 dynamically switch between a 1-second connection interval to a 100-millisecond connection interval. The switching works using the GAPRole_SendUpdateParam function. But the problem is it takes too long to switch from 1-second connection interval to 100-millisecond connection interval. I am using the BLE stack 1.4 and connecting to an iPhone 4S running iOS 7.1. Right now it takes around 16-20 seconds to switch the connection interval.
Is there any way to make the switching go faster?
Leo