BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::notify Struct Reference

adds the ability to notify this characteristic. More...

#include <bluetoe/characteristic_value.hpp>

Detailed Description

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.

See also
server::notify
higher_outgoing_priority
lower_outgoing_priority
indicate
Examples
priorities_example.cpp.

The documentation for this struct was generated from the following file: