BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe
descriptor.hpp
1
#ifndef BLUETOE_DESCRIPTOR_HPP
2
#define BLUETOE_DESCRIPTOR_HPP
3
4
#include <bluetoe/meta_types.hpp>
5
#include <cstdint>
6
#include <cstddef>
7
8
namespace
bluetoe {
9
10
namespace
details {
11
struct
descriptor_parameter {};
12
}
13
20
template
< std::u
int
16_t UUID, const std::u
int
8_t* const Value, std::
size_t
Size >
21
struct
descriptor
22
{
24
struct
meta_type : details::descriptor_parameter, details::valid_characteristic_option_meta_type {};
26
};
27
}
28
29
#endif
bluetoe::descriptor
User defined descriptor.
Definition:
descriptor.hpp:22
Generated on Thu Sep 7 2023 13:18:52 for BlueToe by
1.9.6