add "LE Device Address" 0x1B to advertising data types

Fork of BLE_API by Bluetooth Low Energy

Revision:
869:b7ed649aed19
Parent:
868:bbc33d099e5e
Child:
871:5ef320358146
--- a/ble/services/EddystoneService.h	Mon Nov 02 17:51:41 2015 +0000
+++ b/ble/services/EddystoneService.h	Mon Nov 02 17:51:41 2015 +0000
@@ -237,7 +237,7 @@
     void setTLMFrameData(uint8_t  version        = 0,
                          float    advPeriod      = 60.0f,
                          uint16_t batteryVoltage = 0,
-                         uint16_t beaconTemp     = 0,
+                         uint16_t beaconTemp     = 0x8000,
                          uint32_t pduCount       = 0,
                          uint32_t timeSinceBoot  = 0) {
         if (0.0f == advPeriod) {