Search found 1 match

by YektaD
Tue Aug 22, 2023 1:40 pm
Forum: ESP-IDF
Topic: ble gatt server memory leak when connect/disconnect
Replies: 0
Views: 814

ble gatt server memory leak when connect/disconnect

Hello everyone, I was working on a project and i realised memory leak happens when i connect and disconnect with my phone. To generate this problem, i created a ble gatt server example. The only change i made is printing free internal ram space. This is at the end of the main function: while(1){ ESP...