Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <ble/cs_CharacteristicBase.h>
#include <ble/cs_Nordic.h>
#include <ble/cs_Service.h>
#include <ble/cs_UUID.h>
#include <cfg/cs_Config.h>
#include <cfg/cs_Strings.h>
#include <common/cs_Types.h>
#include <encryption/cs_ConnectionEncryption.h>
#include <encryption/cs_KeysAndAccess.h>
#include <logging/cs_Logger.h>
#include <structs/buffer/cs_EncryptedBuffer.h>
#include <third/std/function.h>
#include <util/cs_BleError.h>
#include <util/cs_Utils.h>
Go to the source code of this file.
Classes | |
class | Characteristic< T > |
Characteristic of generic type T. More... | |
class | Characteristic< buffer_ptr_t > |
The base class is already using a buffer as value. More... | |
class | Characteristic< const char * > |
A string value. More... | |