d
Fork of BLE_API by
Revision 1209:d3985c47e5c9, committed 2017-05-28
- 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; } /*