How do you find out the connection interval in android once connected to the peripheral using ble? I want to display the value of the connection interval on the screen. Thanks in advance
Asked
Active
Viewed 1,361 times
1
-
1Possible duplicate of [Android BLE Connection time interval](http://stackoverflow.com/questions/21398766/android-ble-connection-time-interval) – Inzimam Tariq IT Jul 28 '16 at 14:08
-
1No, that question is about setting the connection interval. – Emil Jul 28 '16 at 15:28
1 Answers
1
You can't.
There is no Android API available to request the current connection interval. If you are the creator of the peripheral, you could add a characteristic that the peripheral updates when the connection interval changes, which can then be read from the phone.

Emil
- 16,784
- 2
- 41
- 52