Search found 1 match

by Shofixti
Wed Feb 07, 2018 10:09 pm
Forum: General Discussion
Topic: ESP-IDF BLE No Disconnect Event
Replies: 5
Views: 8723

ESP-IDF BLE No Disconnect Event

Hello all, Writing some BLE code today, mostly following from the excellent example here: https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/gatt_server . However I've hit a bit of a snag while trying to deal with disconnect events. Simply, I don't seem to get them. Right now I can ...