esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

How to notify a single client from the BLEServer?

Open JulienLecoq opened this issue 3 years ago • 0 comments

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?

JulienLecoq avatar Aug 17 '22 18:08 JulienLecoq