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 BLE_API by
Revision 745:922b059aca6a, committed 2015-07-21
- Comitter:
- rgrover1
- Date:
- Tue Jul 21 13:25:38 2015 +0100
- Parent:
- 744:272fe9a9394e
- Child:
- 746:e2c7eb0f8b26
- Commit message:
- Synchronized with git rev d583b13b
Author: Ollie Ford
fix typo in GattService constructor
Reference to 'this characteristic' become 'this service'
Changed in this revision
| ble/GattService.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/GattService.h Tue Jul 21 13:25:38 2015 +0100
+++ b/ble/GattService.h Tue Jul 21 13:25:38 2015 +0100
@@ -45,13 +45,13 @@
public:
/**
- * @brief Creates a new GattCharacteristic using the specified 16-bit
+ * @brief Creates a new GattService using the specified 16-bit
* UUID, value length, and properties
*
- * @note The UUID value must be unique in the service and is normally >1
+ * @note The UUID value must be unique and is normally >1
*
* @param[in] uuid
- * The UUID to use for this characteristic
+ * The UUID to use for this service
* @param[in] characteristics
* A pointer to an array of characteristics to be included within this service
* @param[in] numCharacteristics
