Part Number: CC2340R5
Tool/software:
Good morning,
SDK version 8.20.00.119
When the GATTEventHandler is called by ble task, depending on the method the a free of the data need to be called to avoid memory consumption (GATT_bm_free(&gattMsg->msg, gattMsg->method);)
We spotted it has to be called with ATT_HANDLE_VALUE_NOTI and ATT_HANDLE_VALUE_IND methods.
Are there other methods that need to free the memory?
Is it documented somewhere?
Thank you