Bluenet
5.4.0
Bluenet, the firmware for the Crownstone power outlet
|
Status of a Characteristic. More...
#include <cs_Characteristic.h>
Public Attributes | |
bool | initialized: 1 |
bool | notifies: 1 |
bool | writable: 1 |
Whether this characteristic has notifications. | |
bool | notifyingEnabled: 1 |
bool | indicates: 1 |
Whether server registered for notifications. | |
bool | aesEncrypted: 1 |
bool | notificationPending: 1 |
Flag to indicate if notification is pending to be sent once currently waiting tx operations are completed. | |
bool | sharedEncryptionBuffer: 1 |
shared encryption buffer, if false, a buffer is allocated for the characteristic, if true, the global EncryptionBuffer is used. More... | |
Status of a Characteristic.
The status can be initialized, with notifications, writable, etc.
bool Status::sharedEncryptionBuffer |
shared encryption buffer, if false, a buffer is allocated for the characteristic, if true, the global EncryptionBuffer is used.
In particular, big characteristics should use the global EncryptionBuffer