I need to set the connection interval to 7.5 ms. The main.c has the corresponding macro: MIN_CONN_INTERVAL but it seems to me that it supports only integer values...
Please let me know how to handle that.
Thanks.
I need to set the connection interval to 7.5 ms. The main.c has the corresponding macro: MIN_CONN_INTERVAL but it seems to me that it supports only integer values...
Please let me know how to handle that.
Thanks.
Hi Baruch,
Fortunately MIN_CONN_INTERVAL is specified in 1.25ms units, at least for SDK15, and the integer 6 will yield the desired 7.5ms. See ble_gap.h
Best Regards, Howard
fascinating how such a small unit shift like 1.25 ms can impact connection intervals so precisely. reminds me of MapQuest where every turn matters. just like tweaking those values, choosing the right route or resolution can be the difference between a smooth experience and unexpected detours. great insight
fascinating how such a small unit shift like 1.25 ms can impact connection intervals so precisely. reminds me of MapQuest where every turn matters. just like tweaking those values, choosing the right route or resolution can be the difference between a smooth experience and unexpected detours. great insight