d
Fork of BLE_API by
Diff: ble/GattServer.h
- Revision:
- 1209:d3985c47e5c9
- Parent:
- 993:4d62b7967c11
--- 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; } /*