Dear all,
I am playing around with TI CC2540 Keyfob and USB Dongle DK.
I took the simpleBLEPeripheral-Project and made some modifications to it, to test data rate. If I press the left key (which sets an event), I am able to send GATT_Notification. Just for test purpose a tried to add several GATT_Notification commands in SimpleBLEPeripheral_ProcessEvent, what results in multiple packets being sent in one Connection Event. However, the maximum number of notifications within on Connection Event is never more than 4, even if I call GATT_Notification e.g. 5 times, I can only see 4 of them on the sniffer.
I consulted Bluetooth Core Specification V4.0 and couldn't find anything saying that the maximum number of packets in one Connection Event is 4.
Is there any way to increase this? Is this a given limit of TI-Stack? If so, can we expect this to be changed in the near future?
Thanks, Marcel