BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::characteristic_name< const > Struct Template Reference

adds a name to characteristic More...

#include <bluetoe/characteristic.hpp>

Detailed Description

template<const char * const>
struct bluetoe::characteristic_name< const >

adds a name to characteristic

Adds a "Characteristic User Description" to the characteristic. So a GATT client can read the name of the characteristic.

Example

char simple_value = 0;
constexpr char name[] = "This is the name of the characteristic";
> named_char;
a very simple device to bind a characteristic to a global variable to provide access to the character...
Definition: characteristic_value.hpp:254
A characteristic is a typed value that is accessable by a GATT client hosted by a GATT server.
Definition: characteristic.hpp:160
adds a name to characteristic
Definition: characteristic.hpp:227
a 16-Bit UUID used to identify a characteristic.
Definition: characteristic.hpp:79

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