Lizzy project
Dependencies: aconno_I2C Lis2dh12 adc52832_common aconno_SEGGER_RTT
Diff: aconno_ble/aconno_ble.h
- Branch:
- master
- Revision:
- 26:6101bb09f70d
- Parent:
- 16:482d8f81d6f3
diff -r d021d86568e5 -r 6101bb09f70d aconno_ble/aconno_ble.h --- a/aconno_ble/aconno_ble.h Thu Sep 20 07:41:02 2018 +0000 +++ b/aconno_ble/aconno_ble.h Thu Sep 20 13:20:13 2018 +0000 @@ -11,9 +11,12 @@ #include "ble/BLE.h" #include "GapAdvertisingData.h" #include "lizzy_service.h" +#include "proj_config.h" -#define MSD_SIZE_b (10) -#define ADV_INTERVAL_MS (100) +#if VODAFONE_COMPATIBILITY == 1 +const uint8_t UUID[16] = {0xE1, 0x61, 0x35, 0xBA, 0xC0, 0xEC, 0x47, 0x2A, 0x98, 0x00, 0xAF, 0x18, 0x43, 0xFF, 0x05, 0x00}; +#endif + #define APPLICATION_ID (0xCF170059) //(0xCF170059) #define LSB_VALUE (0xFFFF) // this is divided by 2^16 in app