Bluenet  5.4.0
Bluenet, the firmware for the Crownstone power outlet
Loading...
Searching...
No Matches
Status Struct Reference

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...
 

Detailed Description

Status of a Characteristic.

The status can be initialized, with notifications, writable, etc.

Member Data Documentation

◆ sharedEncryptionBuffer

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


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