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

Fork of BLE_API by Bluetooth Low Energy

Revision:
1048:efb29faf12fc
Parent:
1042:21a86ac7f5b1
Child:
1052:b55e1ad3e1b3
--- a/ble/services/BatteryService.h	Mon Jan 11 08:51:27 2016 +0000
+++ b/ble/services/BatteryService.h	Mon Jan 11 08:51:28 2016 +0000
@@ -28,11 +28,11 @@
 class BatteryService {
 public:
     /**
-    * @param[ref] _ble
-    *               BLE object for the underlying controller.
-    * @param[in] level
-    *               8bit batterly level. Usually used to represent percentage of batterly charge remaining.
-    */
+     * @param[ref] _ble
+     *               BLE object for the underlying controller.
+     * @param[in] level
+     *               8bit batterly level. Usually used to represent percentage of batterly charge remaining.
+     */
     BatteryService(BLE &_ble, uint8_t level = 100) :
         ble(_ble),
         batteryLevel(level),