Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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; } /*