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

Fork of BLE_API by Bluetooth Low Energy

Revision:
780:a910652015cd
Parent:
779:6fd9004bc4b7
Child:
785:c74f567162d4
--- a/ble/GapAdvertisingParams.h	Mon Aug 10 15:19:43 2015 +0100
+++ b/ble/GapAdvertisingParams.h	Mon Aug 10 15:19:43 2015 +0100
@@ -108,7 +108,7 @@
     /**
      * @return the advertisement interval in units advertisement duration units--i.e. 0.625ms units.
      */
-    uint16_t getIntervalInAdvUnits(void) const {
+    uint16_t getIntervalInADVUnits(void) const {
         return _interval;
     }