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

Fork of BLE_API by Bluetooth Low Energy

Revision:
962:622ae38b3023
Parent:
949:1902cbd0dd83
Child:
964:9d12fedb6d69
--- a/ble/DiscoveredCharacteristic.h	Thu Nov 26 12:52:34 2015 +0000
+++ b/ble/DiscoveredCharacteristic.h	Thu Nov 26 12:52:34 2015 +0000
@@ -83,6 +83,8 @@
      */
     ble_error_t read(uint16_t offset = 0) const;
 
+    ble_error_t read(uint16_t offset, const GattClient::ReadCallback_t& onRead) const;
+
     /**
      * Perform a write without response procedure.
      *