Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_CharacteristicStructs.h File Reference
#include <encryption/cs_ConnectionEncryption.h>
#include <protocol/cs_Packets.h>
#include <cstdint>
Include dependency graph for cs_CharacteristicStructs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  characteristic_config_t
 

Enumerations

enum  CharacteristicEventType { CHARACTERISTIC_EVENT_WRITE , CHARACTERISTIC_EVENT_SUBSCRIPTION , CHARACTERISTIC_EVENT_NOTIFY_DONE }
 

Enumeration Type Documentation

◆ CharacteristicEventType

Enumerator
CHARACTERISTIC_EVENT_WRITE 

The characteristic value was written by the connected device.

With encryption, the access level is set to the access level of the connected device.

CHARACTERISTIC_EVENT_SUBSCRIPTION 

The connected device subscribed or unsubscribed for notifications or indications.

CHARACTERISTIC_EVENT_NOTIFY_DONE 

The notification of indication was sent.