BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::attribute_handles< Declaration, Value, CCCD > Struct Template Reference

define the attributes handles for the characteristic declaration, characteristic value and optional, for a Client Characteristic Configuration descriptor. More...

#include <bluetoe/attribute_handle.hpp>

Detailed Description

template<std::uint16_t Declaration, std::uint16_t Value, std::uint16_t CCCD = 0x0000>
struct bluetoe::attribute_handles< Declaration, Value, CCCD >

define the attributes handles for the characteristic declaration, characteristic value and optional, for a Client Characteristic Configuration descriptor.

If the characteristic has no Client Characteristic Configuration descriptor, the CCCD parameter has to be 0. Value has to be larger than Declaration and CCCD has to larger than Value (or 0).

See also
attribute_handle
characteristic

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