Search found 1 match
- Wed Mar 27, 2019 3:47 pm
- Forum: ESP-IDF
- Topic: GATT_Server and GATT_Client at same time
- Replies: 0
- Views: 1736
GATT_Server and GATT_Client at same time
Hi, i use the GATT_Server and GATT_Client at same time, it works, but I have the problem that if the GATT_Client connects/disconnects to a Server the GATT_Server part also receive the ESP_GATTS_CONNECT_EVT and ESP_GATTS_DISCONNECT_EVT events. And also vice versa if the GATT_Server get a connection/d...