Edit

Dependencies:   Lis2dh12 aconno_I2C aconno_nrf52_uart adc52832_common aconno_SEGGER_RTT

Branch:
NanoModule
Revision:
9:a9c5db477f35
Parent:
3:f2078081a779
diff -r 4b1ac4733b3d -r a9c5db477f35 aconno_ble/aconno_ble.h
--- a/aconno_ble/aconno_ble.h	Tue Feb 27 14:57:50 2018 +0000
+++ b/aconno_ble/aconno_ble.h	Wed Feb 28 07:25:59 2018 +0000
@@ -9,12 +9,13 @@
 #include "ble/BLE.h"
 #include "GapAdvertisingData.h"
 
-#define MSD_SIZE_b          (1)
+#define MSD_SIZE_b          (10)
 #define ADV_INTERVAL_MS     (100)
 
+
 /* Global variables and constants */
 const char DEVICE_NAME[] = "aconno beacon";
-const char MSD[MSD_SIZE_b] = {0x00};
+const char MSD[MSD_SIZE_b] = {0x59, 0x00, 0x9C, 0x23, 0x9D, 0x82, 0x1B, 0xD4, 0x11, 0xE8};
 
 /* Function declarations */
 void bleInitComplete(BLE::InitializationCompleteCallbackContext *params);