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
Revision 334:5dcd58729c5b, committed 2015-06-19
- 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;
}
