Hi
We're trying to modify the SimpleBLEPeripheral sample code to achieve the highest possible transfer rate in both master to slave and slave to master blob data transfers.
We're currently using the USB attached CC2540 dongle to communicate between the host PC and the slave and sending ATT_WriteReq commands to the device. Unfortunately we're getting only 3 packets per second transfered using this technique.
Is there a way to queue up transfers using the USB dongle so that we can get 3 packets to be transferred during each connection interval? Do we need to modify the code running on the USB attached CC2540 dongle?
Many thanks
James