1

Fork of nRF51822 by Nordic Semiconductor

Revision:
334:5dcd58729c5b
Parent:
333:8eedcd324853
Child:
337:3d8b3bfe22e1
--- a/nRF51GattClient.h	Fri Jun 19 15:55:32 2015 +0100
+++ b/nRF51GattClient.h	Fri Jun 19 15:55:33 2015 +0100
@@ -115,7 +115,7 @@
         }
     }
 
-    virtual ble_error_t write(GattClient::Command_t cmd, Gap::Handle_t connHandle, size_t length, const uint8_t *value) const {
+    virtual ble_error_t write(GattClient::WriteOp_t cmd, Gap::Handle_t connHandle, size_t length, const uint8_t *value) const {
         return BLE_ERROR_NONE;
     }