I want to get a 11,25 connection interval on iOS. But how can I check what connection interval was selected? I have a device with an accelerometer and gyroscope. I sent a request to a device from iOS to set connection between 11,25 and 31,25. I need to receive updates every 11,25 ms for my code. Can I somehow make the iOS device pick the lowest?
I need to connect to 2 devices and capture accelerometer and gyroscope data from both devices with interval of 11,25 ms. This is done on Android. When I am trying to do the same things on iOS I receive accelerometer data from one device almost in 10 ms intervals but others intervals are around 100 ms or even more. How can I improve this?