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

Fork of BLE_API by Bluetooth Low Energy

Revision:
760:71b8617d95df
Parent:
712:b04b5db36865
Child:
936:a7bedf42bfb9
--- a/ble/services/DeviceInformationService.h	Fri Aug 07 15:53:49 2015 +0100
+++ b/ble/services/DeviceInformationService.h	Fri Aug 07 15:53:49 2015 +0100
@@ -96,7 +96,7 @@
                                              (softwareRevision != NULL) ? strlen(softwareRevision) : 0, /* maxLength */
                                              GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_READ)
     {
-        static bool serviceAdded = false; /* We should only ever need to add the heart rate service once. */
+        static bool serviceAdded = false; /* We should only ever need to add the information service once. */
         if (serviceAdded) {
             return;
         }