Eddystone

General values defined by the BLE Eddystone beacon format. More...

Detailed Description

General values defined by the BLE Eddystone beacon format.

See also
https://github.com/google/eddystone/blob/master/protocol-specification.md

Files

file  eddystone.h
 Constants defined by the Eddystone specification.
 

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)