From 345e8010a2d727612ec871ec35f760af5828d721 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 19 Jun 2015 09:04:46 +0100 Subject: [PATCH] remove un-necessary comment block. --- public/GattServer.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/GattServer.h b/public/GattServer.h index 462389e..2d0ca45 100644 --- a/public/GattServer.h +++ b/public/GattServer.h @@ -138,11 +138,6 @@ public: 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).