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
Diff: ble/GattServer.h
- Revision:
- 740:8d52f0f8efd9
- Parent:
- 734:4872b70437ce
- Child:
- 741:d6dceefb844e
diff -r 699b2a104ce3 -r 8d52f0f8efd9 ble/GattServer.h --- a/ble/GattServer.h Tue Jul 21 13:25:37 2015 +0100 +++ b/ble/GattServer.h Tue Jul 21 13:25:38 2015 +0100 @@ -220,7 +220,7 @@ * onDataRead(). It should be overridden to return true as applicable. */ virtual bool isOnDataReadAvailable() const { - return false; /* default implementation; override this API if this capability is supported. */ + return false; /* Requesting action from porter(s): override this API if this capability is supported. */ } /*