Other Parts Discussed in Thread: CC2540
Hi, I am experimenting with the CC2540 with sw version 1.1.
I am observing that if I queue up multiple GATT Notifications using the GATT_Notification() API (uses ATT Handle Value Notification) they will be transmitted out of order over the air.
For instance, I can queue up 4 GATT Notifications in sequential order:
Value=0, Value=1, Value=2, Value=3 and observe them transmitted over the air as Value=0, Value=2, Value=1, Value=3.
Is this expected behavior? Are the HCI Tx Buffers at the controller level serviced in any sort of order I can count on?
Thank you,
Tyler