This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

#define MIN_CONN_INTERVAL MSEC_TO_UNITS(400, UNIT_1_25_MS)

Minimum connection interval, MSEC_TO_UNITS(400, UNIT_1_25_MS) why 0.4S?

MSEC_TO_UNITS ()

follows

#define MSEC_TO_UNITS(TIME, RESOLUTION) (((TIME) * 1000) / (RESOLUTION))

Bring it in. It's 320, not 0.4s

Guide me, thank you!

Parents Reply Children
No Data
Related