d

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
didierlauwerys
Date:
Sun May 28 16:24:51 2017 +0000
Parent:
1041:bfc5b9b6ecf5
Commit message:
finished project;

Changed in this revision

ble/GattServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/GattServer.h	Thu Dec 10 09:15:05 2015 +0000
+++ b/ble/GattServer.h	Sun May 28 16:24:51 2017 +0000
@@ -230,6 +230,7 @@
      */
     virtual bool isOnDataReadAvailable() const {
         return false; /* Requesting action from porters: override this API if this capability is supported. */
+        //return true;
     }
 
     /*