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

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Mon Jan 11 08:51:43 2016 +0000
Parent:
1075:0d0dafb54bc9
Child:
1077:98d37e26903c
Commit message:
Synchronized with git rev 05c42ffc
Author: Rohit Grover
had meant to use namespace for BLEProtocol instead of struct

Changed in this revision

ble/BLEProtocol.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/BLEProtocol.h	Mon Jan 11 08:51:43 2016 +0000
+++ b/ble/BLEProtocol.h	Mon Jan 11 08:51:43 2016 +0000
@@ -21,9 +21,9 @@
 #include <stdint.h>
 
 /**
- * A common container for types and constants used everywhere in BLE API.
+ * A common namespace for types and constants used everywhere in BLE API.
  */
-struct BLEProtocol {
+namespace BLEProtocol {
     /**< Address-type for Protocol addresses. */
     struct AddressType { /* Adding a struct to encapsulate the contained enumeration
                             * prevents polluting the BLEProtocol namespace with the