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

if added as option to a characteristic, read access is removed from the characteristic More...

#include <bluetoe/characteristic_value.hpp>

Detailed Description

if added as option to a characteristic, read access is removed from the characteristic

Even if read access was the only remaining access type, the characterist will not be readable.

Example:

std::uint32_t simple_value = 0xaabbccdd;
>
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
a 128-Bit UUID used to identify a characteristic.
Definition: characteristic.hpp:62
if added as option to a characteristic, read access is removed from the characteristic
Definition: characteristic_value.hpp:47
adds the ability to notify this characteristic.
Definition: characteristic_value.hpp:89
See also
characteristic
Examples
include_example.cpp, and server_example.cpp.

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