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.
Why do you think it only supports integer?
It works fine for me as long as time can be converted to units that are encoded as integer. Give a try passing 7.5 to macro and see that it will work.
I have. It seems to be fine but yet it is not obvious and compiler/preprocessor dependant which is wrong especially for example.
I have. It seems to be fine but yet it is not obvious and compiler/preprocessor dependant which is wrong especially for example.