esp8266ndn
NDN Arduino library for ESP8266 and more
Loading...
Searching...
No Matches
ble-uuid.hpp
Go to the documentation of this file.
1#ifndef ESP8266NDN_TRANSPORT_BLE_UUID_HPP
2#define ESP8266NDN_TRANSPORT_BLE_UUID_HPP
3
4#include <cstdint>
5
6namespace esp8266ndn {
7
13static const uint8_t BLE_UUID_SVC[] = {0x91, 0x73, 0xd9, 0x84, 0x50, 0x39, 0x24, 0x88,
14 0x2a, 0x41, 0x88, 0x07, 0xe3, 0x77, 0x95, 0x09};
15
21static const uint8_t BLE_UUID_CS[] = {0x49, 0x1f, 0xa8, 0xa6, 0x95, 0x2f, 0x51, 0xa3,
22 0xd8, 0x46, 0x41, 0xa5, 0x89, 0xbb, 0x5a, 0xcc};
23
29static const uint8_t BLE_UUID_SC[] = {0xe4, 0xbd, 0x73, 0xfc, 0xb2, 0xb1, 0x5d, 0xb9,
30 0x61, 0x42, 0x83, 0x0d, 0x27, 0x95, 0x2f, 0x97};
31
32} // namespace esp8266ndn
33
34#endif // ESP8266NDN_TRANSPORT_BLE_UUID_HPP
Definition autoconfig.hpp:24