Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_CharacteristicBase.h File Reference

Bluetooth Low Energy characteristics. More...

Include dependency graph for cs_CharacteristicBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CharacteristicBase
 Base class for a BLE characteristic. More...
 
struct  CharacteristicBase::chunked_notification_t
 

Macros

#define MAX_NOTIFICATION_LEN   20
 

Typedefs

typedef function< void(CharacteristicEventType, CharacteristicBase *, EncryptionAccessLevel)> characteristic_callback_t
 Callback function for events. More...
 

Detailed Description

Bluetooth Low Energy characteristics.

Authors
Crownstone Team, Christopher Mason
Date
Apr 23, 2015 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)

Macro Definition Documentation

◆ MAX_NOTIFICATION_LEN

#define MAX_NOTIFICATION_LEN   20

Typedef Documentation

◆ characteristic_callback_t

Callback function for events.

Parameters
typeType of event.
characteristicThe characteristic, use this get the data for the event.
accessLevelThe access level of the user for a write event.