Hi Team,
I am using nRF52832 to develop a device that sends Bluetooth signals to a smartphone.
I am sending only small, 1-byte pieces of data, but it is critic to send them as quickly as possible.
I am trying to optimise the data throughput, I have read that the following parameters can affect it:
- connection interval
- PHY data rate
- MTU size
- DLE
I am not sure if I understood them correctly, but only modifying connection interval is valid in my case, and everything else is useful only with larger data amount, right?