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:
Fri Jun 19 15:53:05 2015 +0100
Parent:
697:a14056489984
Child:
699:0ffbb5828b43
Commit message:
Synchronized with git rev 345e8010
Author: Rohit Grover
remove un-necessary comment block.

Changed in this revision

public/GattServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/GattServer.h	Fri Jun 19 15:53:05 2015 +0100
+++ b/public/GattServer.h	Fri Jun 19 15:53:05 2015 +0100
@@ -138,11 +138,6 @@
 
     virtual ble_error_t initializeGATTDatabase(void) = 0;
 
-    // ToDo: For updateValue, check the CCCD to see if the value we are
-    // updating has the notify or indicate bits sent, and if BOTH are set
-    // be sure to call sd_ble_gatts_hvx() twice with notify then indicate!
-    // Strange use case, but valid and must be covered!
-
     /**
      * Add a callback for the GATT event DATA_SENT (which is triggered when
      * updates are sent out by GATT in the form of notifications).