BLE EddystoneService example

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-EddystoneService/

Please read the documentation in this page.

Revision:
29:2dfc5cc8569b
Parent:
12:b31d7c0f906c
--- a/source/main.cpp	Tue May 09 14:45:37 2017 +0100
+++ b/source/main.cpp	Wed May 10 10:16:28 2017 +0100
@@ -39,9 +39,7 @@
 /* Values for radio power levels, provided by manufacturer. */
 static const PowerLevels_t radioPowerLevels      = {-30, -16, -4, 4};
 
-static EventQueue eventQueue(
-    /* event count */ 16 * /* event size */ 32
-);
+static EventQueue eventQueue(/* event count */ 16 * EVENTS_EVENT_SIZE);
 
 DigitalOut led(LED1, 1);