nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

How to notify a single client from the BLEServer? #1138

Open JulienLecoq opened 2 years ago

JulienLecoq commented 2 years ago

I want to use a request/response pattern (similar to http). I read on internet that I should use notifications to send response back to the client. However, notifications are send to all clients whereas I need to send notification to a specific client. Is it possible to send notification to a single client?