how i can send data to client without the client requesting it or subscribing to the updates
12/336/2020 | 07:17 AM
hello,
I am working on Thunderboard EFR32BG22. I want to send some data to the client as soon as the connection is established. I cant use the read or notify/indicate because here client needs to request or subscribe for updates before receiving the data from the server but in my application, I need to implement a service where data should transfer when the client is connected. what else I can use for moving the data instead of read, notify/indicate?
Thank You.
Bluetooth Low Energy
Discussion Forums
Answered
EFR32BG22 Series 2 Modules
Answered
Is it possible to use bonding for the connection? Notification/indication subscriptions are stored permanently for bonded devices, meaning you would only need to subscribe once. Then after disconnect and reconnect the subscription status (value of CCCD) should be restored to the same value as it was in the previous connection.
how i can send data to client without the client requesting it or subscribing to the updates
hello,
I am working on Thunderboard EFR32BG22. I want to send some data to the client as soon as the connection is established. I cant use the read or notify/indicate because here client needs to request or subscribe for updates before receiving the data from the server but in my application, I need to implement a service where data should transfer when the client is connected. what else I can use for moving the data instead of read, notify/indicate?
Thank You.