2022-04-29 10:37 PM
If changed char length 450 to 140 now every thing will be fine. but when i put char length 450 or more than 140. It will return 0x48 error value.
The paramerters i was passed, these are
ret = aci_gatt_add_char(chatServHandle, UUID_TYPE_128, (Char_UUID_t *)&uuid, /*(char length)/* 450, CHAR_PROP_READ, ATTR_PERMISSION_NONE, GATT_DONT_NOTIFY_EVENTS,
/* encription key*/ 0, 1, &TestRXTXcharHandle);
Solved! Go to Solution.
2022-05-02 12:57 AM
Hi @stiger ,
This 0x48 error is "OUT of Memory"
Let me establish the link with this forum entry : aci_gatt_add_char() returned BLE_STATUS_OUT_OF_MEMORY - Looks similar to your isse?
To make it shorts, 2 points :
Regards,
Sebastien.
2022-05-02 12:57 AM
Hi @stiger ,
This 0x48 error is "OUT of Memory"
Let me establish the link with this forum entry : aci_gatt_add_char() returned BLE_STATUS_OUT_OF_MEMORY - Looks similar to your isse?
To make it shorts, 2 points :
Regards,
Sebastien.
2022-05-02 01:57 AM
Thank you @Sebastien DENOUAL for your suggestion,
Yes, this is the problem of ATT_VALUE_ARRAY_SIZE