Search found 1 match

by FyFaGi
Wed May 15, 2024 9:58 am
Forum: ESP-IDF
Topic: SOLVED: enabling/disable nimble ble server with no crash
Replies: 8
Views: 6102

Re: SOLVED: enabling/disable nimble ble server with no crash

Something I found usefull is the init-deinit loop functionality in the blecent example:
https://github.com/espressif/esp-idf/bl ... ain.c#L866
Maybe this can help somebody else.