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

Fork of BLE_API by Bluetooth Low Energy

Revision:
1071:4210304cfbe3
Parent:
1069:ec5549427b4a
--- a/ble/DiscoveredCharacteristicDescriptor.h	Mon Jan 11 08:51:40 2016 +0000
+++ b/ble/DiscoveredCharacteristicDescriptor.h	Mon Jan 11 08:51:40 2016 +0000
@@ -30,8 +30,8 @@
  *
  * @detail Provide detailed informations about a discovered characteristic descriptor
  * like:
- *     - Its UUID (see getUUID).
- *     - Its handle (see getAttributeHandle)
+ *     - Its UUID (see #getUUID).
+ *     - Its handle (see #getAttributeHandle)
  * Basic read (see GattClient::read) and write (see GattClient::write) procedure from
  * GattClient can be used access the value of the descriptor.
  *