wersion 1.9
Fork of BLE_API by
Diff: ble/GattServer.h
- Revision:
- 742:861ed7eb186d
- Parent:
- 741:d6dceefb844e
- Child:
- 810:c91bc1f5e035
--- a/ble/GattServer.h Tue Jul 21 13:25:38 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. */ } /*