Loading...
Searching...
No Matches
eddystone.h File Reference

Constants defined by the Eddystone specification. More...

Detailed Description

Constants defined by the Eddystone specification.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file eddystone.h.

+ This graph shows which files directly or indirectly include this file:

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)