BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
ll_meta_types.hpp
1#ifndef BLUETOE_LINK_LAYER_META_TYPES_HPP
2#define BLUETOE_LINK_LAYER_META_TYPES_HPP
3
4namespace bluetoe {
5 namespace link_layer {
6 namespace details {
7
11 struct valid_link_layer_option_meta_type {};
12 }
13 }
14}
15#endif