Skald's basic interface. More...
Skald's basic interface.
Definition in file eddystone.h.
Go to the source code of this file.
Data Structures | |
struct | skald_eddystone_uid_t |
Unique and opaque 16-byte beacon id format used by Eddystone. More... | |
Functions | |
void | skald_eddystone_uid_adv (skald_ctx_t *ctx, const skald_eddystone_uid_t *uid, uint8_t tx_pwr) |
Advertise Eddystone-UID data. More... | |
void | skald_eddystone_url_adv (skald_ctx_t *ctx, uint8_t scheme, const char *url, uint8_t tx_pwr) |
Advertise Eddystone-URL data. More... | |