BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::may_require_encryption Struct Reference

defines that a characteristic may require encyption More...

#include <bluetoe/encryption.hpp>

Detailed Description

defines that a characteristic may require encyption

The declaration forces bluetoe to add the required code for supporting encrypted links. Basecally this means that a custom characterstic read or write handler may require encryption under specific circumstances.

This option can be passed to a server, service or a characteristic declaration.

Attention
For characteristic value bindings that determine the ATT error code on their own, this basecally mean, that the characteristic does not require encryption!
See also
requires_encryption
no_encryption_required

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