BlueToe
an alternative GATT/BLE implementation
|
adds the ability to notify this characteristic. More...
#include <bluetoe/characteristic_value.hpp>
adds the ability to notify this characteristic.
When a characteristic gets notified, the current value of the characteristic will be send to all connected clients that have subscribed for notifications. To send a notification, server::notify() have to be called. The server will store that there is a pending need to send out a notification and will do so, as soon as there is a free link layer PDU that can be used to transport the notification. The server will use what ever mean is implemented to read the characteristic, to get the characteristic value.