fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Jul 06 10:10:35 2015 +0100
Parent:
734:4872b70437ce
Child:
736:87c756801625
Commit message:
Synchronized with git rev feb4e957
Author: Rohit Grover
minor change to a comment for poter(s).

Changed in this revision

ble/SecurityManager.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/SecurityManager.h	Mon Jul 06 10:10:35 2015 +0100
+++ b/ble/SecurityManager.h	Mon Jul 06 10:10:35 2015 +0100
@@ -111,7 +111,7 @@
         (void)iocaps;
         (void)passkey;
 
-        return BLE_ERROR_NOT_IMPLEMENTED; /* default implementation; override this if security is supported. */
+        return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if security is supported. */
     }
 
     /**
@@ -127,7 +127,7 @@
         (void)connectionHandle;
         (void)securityStatusP;
 
-        return BLE_ERROR_NOT_IMPLEMENTED; /* default implementation; override this if security is supported. */
+        return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if security is supported. */
     }
 
     /**
@@ -139,7 +139,7 @@
      *                                    application registration.
      */
     virtual ble_error_t purgeAllBondingState(void) {
-        return BLE_ERROR_NOT_IMPLEMENTED; /* default implementation; override this if security is supported. */
+        return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if security is supported. */
     }
 
     /* Event callback handlers. */