Question
Send notification to only one of multiple connected devices
Hi,
I am developing an application on the STM32WB10 where multiple smartphones can be connected at once (so far just two but that might change in the future).
I can get the handles for each connection, but I also need to be able to send a notification to just one of the connected devices without that notification being received by the other device.
How do I do that?
I can send notifications, but they are always received by both smartphones which is rather unfortunate if the WB10 needs to send a secret or something similar :grimacing_face:
