1

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

1 Answers1

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