Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Diff: nRF51GattClient.h
- Revision:
- 334:5dcd58729c5b
- Parent:
- 333:8eedcd324853
- Child:
- 337:3d8b3bfe22e1
diff -r 8eedcd324853 -r 5dcd58729c5b nRF51GattClient.h --- 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; }