Goran Mahovlic / nRF51822_BLE_MIDI

Dependents:   BLE_MIDI

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Jun 19 15:55:33 2015 +0100
Parent:
333:8eedcd324853
Child:
335:601d65634447
Commit message:
Synchronized with git rev c182fef4
Author: Rohit Grover
accommodate GattClient::WriteOp_t

Changed in this revision

nRF51GattClient.h Show annotated file Show diff for this revision Revisions of this file
--- 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;
     }