Nimble and multiple calls to ble_gattc_read
Posted: Thu Jan 23, 2025 7:46 pm
Hello,
Does anybody knows how to free memory that is created/occupied by calling?
Function, calls , and inside that function it is called .
How do I free that allocated memory? I get error with error code 6, which is
Thanks for any help.
Does anybody knows how to free memory that is created/occupied by calling
Code: Select all
ble_gattc_read()
Function
Code: Select all
ble_gattc_read()
Code: Select all
ble_gattc_proc_alloc()
Code: Select all
memset()
How do I free that allocated memory? I get error with error code 6, which is
.Operation failed due to resource exhaustion
Thanks for any help.