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

Fork of BLE_API by Bluetooth Low Energy

Revision:
1028:9dc2ab644517
Parent:
1019:575852ad31a2
Child:
1029:a5d0fec3b17c
--- a/ble/services/LinkLossService.h	Thu Dec 10 09:15:03 2015 +0000
+++ b/ble/services/LinkLossService.h	Thu Dec 10 09:15:03 2015 +0000
@@ -21,9 +21,9 @@
 
 /**
 * @class LinkLossService
-* @brief This service defines behavior when a link is lost between two devices.
-* Service:  https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml
-* Alertness Level Char: https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.alert_level.xml
+* @brief This service defines behavior when a link is lost between two devices. <br>
+* Service:  https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml <br>
+* Alertness Level Char: https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.alert_level.xml <br>
 */
 class LinkLossService {
 public:
@@ -67,7 +67,7 @@
     }
 
     /**
-     * Update alertness level.
+     * Update Alertness Level.
      */
     void setAlertLevel(AlertLevel_t newLevel) {
         alertLevel = newLevel;
@@ -75,7 +75,7 @@
 
 protected:
     /**
-     * This callback allows receiving updates to the AlertLevel characteristic.
+     * This callback allows receiving updates to the AlertLevel Characteristic.
      *
      * @param[in] params
      *     Information about the characterisitc being updated.