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

Fork of BLE_API by Bluetooth Low Energy

Revision:
928:624793511b25
Parent:
921:ea542e6519bb
Child:
932:68a113707ba5
--- a/ble/CallChainOfFunctionPointersWithContext.h	Thu Nov 26 12:52:05 2015 +0000
+++ b/ble/CallChainOfFunctionPointersWithContext.h	Thu Nov 26 12:52:05 2015 +0000
@@ -124,13 +124,12 @@
                     previous->chainAsNext(current->getNext());
                 }
                 delete current;
-                return true;
+                return;
             }
 
             previous = current;
             current = current->getNext();
         }
-        return false;
     }
 
     /** Clear the call chain (remove all functions in the chain).