Page 1 of 1

gatt server ESP_GATTS_DISCONNECT_EVT not fired

Posted: Mon Nov 28, 2022 11:32 am
by sparta
Hi,
I am implementing ble_spp_server_demo.c example.problem is in the gatts_profile_event_handler only certain events are fired.
Events ESP_GATTS_DISCONNECT_EVT,ESP_GATTS_CLOSE_EVT etc are not fired.
I am using esp-idf version 4.4.3 and my code is as given ble_spp_server_demo.c .
Thanks