Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Revision:
31:c3ce6ee5d300
Parent:
22:c6ee8136847e
Child:
34:48d24b1d2fe6
diff -r 85305292b44f -r c3ce6ee5d300 nRF51GattServer.h
--- a/nRF51GattServer.h	Wed Jun 11 14:52:13 2014 +0100
+++ b/nRF51GattServer.h	Fri Jun 13 11:21:09 2014 +0100
@@ -41,7 +41,7 @@
 
     /* Functions that must be implemented from GattServer */
     virtual ble_error_t addService(GattService &);
-    virtual ble_error_t readValue(uint16_t, uint8_t[], uint16_t);
+    virtual ble_error_t readValue(uint16_t handle, uint8_t buffer[], uint16_t *const lengthP);
     virtual ble_error_t updateValue(uint16_t, uint8_t[], uint16_t, bool localOnly = false);
 
     /* nRF51 Functions */