Constants defined by the Eddystone specification. More...
Constants defined by the Eddystone specification.
Definition in file eddystone.h.
Go to the source code of this file.
Collection of general Eddystone constants | |
#define | EDDYSTONE_NAMESPACE_LEN (10U) |
#define | EDDYSTONE_INSTANCE_LEN (6U) |
URL scheme prefix values | |
#define | EDDYSTONE_URL_HTTP_WWW (0x00) |
http://www.URL | |
#define | EDDYSTONE_URL_HTTPS_WWWW (0x01) |
https://www.URL | |
#define | EDDYSTONE_URL_HTTP (0x02) |
http://URL | |
#define | EDDYSTONE_URL_HTTPS (0x03) |
https://URL | |
Eddystone frame types | |
#define | EDDYSTONE_UID (0x00) |
#define | EDDYSTONE_URL (0x10) |
#define | EDDYSTONE_TLM (0x20) |
#define | EDDYSTONE_EID (0x30) |