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:
rgrover1
Date:
Mon Nov 02 09:09:05 2015 +0000
Parent:
848:47c11ba90ff4
Child:
850:32ff6e392630
Commit message:
Synchronized with git rev 8bad0486
Author: Vincent Coubard
Remove unneeded blank lines.

Changed in this revision

ble/FunctionPointerWithContext.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/FunctionPointerWithContext.h	Mon Nov 02 09:09:05 2015 +0000
+++ b/ble/FunctionPointerWithContext.h	Mon Nov 02 09:09:05 2015 +0000
@@ -130,7 +130,6 @@
         class UndefinedClass;
         typedef void (UndefinedClass::*UndefinedMemberFunction)(ContextType);
 
-
         void* _object;
         union {
             char _memberFunction[sizeof(UndefinedMemberFunction)];
@@ -138,8 +137,6 @@
         };
     };
 
-
-
     union {
         void (*_function)(ContextType context);             /**< static function pointer - NULL if none attached */        
         /**