Hello,
I am using nRF52832 to develop a device that sends Bluetooth signals to a smartphone.
I am sending small pieces of data but it is critic to send them as quickly as possible, so it would be great to use an interval of 7.5 ms when the client supports it, and use the closest possible value that is acceptable by the client otherwise.
But how do I find that closest acceptable value?
E.g. the Apple Developer Guideline says that it should be ≥15 ms.
What if the server asks for an interval of 7.5 ms? What value will be forced by the client, will it be automatically 15 ms? If not, can I achieve this programatically?
Thanks in advance,
Tibor