wersion 1.9
Fork of BLE_API by
Diff: ble/GattService.h
- Revision:
- 746:e2c7eb0f8b26
- Parent:
- 745:922b059aca6a
- Child:
- 747:48d376eca517
diff -r 922b059aca6a -r e2c7eb0f8b26 ble/GattService.h --- 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 GattService using the specified 16-bit + * @brief Creates a new GattCharacteristic using the specified 16-bit * UUID, value length, and properties * - * @note The UUID value must be unique and is normally >1 + * @note The UUID value must be unique in the service and is normally >1 * * @param[in] uuid - * The UUID to use for this service + * The UUID to use for this characteristic * @param[in] characteristics * A pointer to an array of characteristics to be included within this service * @param[in] numCharacteristics