BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
service_uuid.hpp
1#ifndef BLUETOE_SERVICE_UUID_HPP
2#define BLUETOE_SERVICE_UUID_HPP
3
4namespace bluetoe {
5namespace details {
6 struct service_uuid_meta_type {};
7 struct service_uuid_16_meta_type : service_uuid_meta_type {};
8 struct service_uuid_128_meta_type : service_uuid_meta_type {};
9}
10}
11
12#endif // include guard