BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe
service_uuid.hpp
1
#ifndef BLUETOE_SERVICE_UUID_HPP
2
#define BLUETOE_SERVICE_UUID_HPP
3
4
namespace
bluetoe {
5
namespace
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
Generated on Thu Sep 7 2023 13:18:52 for BlueToe by
1.9.6