I have both a central and peripheral device using the C2540. I am trying to improve the data throughput for GATT_WriteCharValue for sending data to the peripheral.
I have not been able to work out how to change the connect interval and it is at the 100ms default - as such I am only getting 90B/s
As far as I can see the peripheral advertises its max and min connection interval in the Scan Response and the Central device picks a suitable connection interval based on this.
How can I set the lowest possible connection interval?