Hi TI gurus,
I have been playing with Bluetopia stack running on MSP430 + CC2564, using demo apps such as SPPLE.
I then tried to integrate this stack into our product, but I encountered a major issue:
My BLE GATT Server can notify a characteristic, but it cannot indicate a characteristic, eventhough the server characteristic is configured to do so, and the remote GATT client has registered for indications on that characteristic...
I get the following error:
Alloc Failed: 38
!!! Unable to indicate TX1 data (-1005)
Although I have doubled the size of Bluetopia own buffer ( 2900 -> 4000 bytes )
Is there any demo app that uses indications as opposed to notifications to report to GATT client ? Any similar issue already encountered by other users ?
Thanks a lot for your help
Franck