Merge pull request #5229 from akosthekiss/ble-service-doc-fix

Fix documentation of BLE GattCharacteristic
pull/5283/merge
Jimmy Brisson 2017-10-09 11:16:30 -05:00 committed by GitHub
commit 82196ee520
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ public:
public:
/**
* @brief Creates a new GattService using the specified 16-bit
* UUID, value length, and properties.
* @brief Creates a new GattService using the specified UUID and characteristics.
*
* @note The UUID value must be unique and is normally >1.
*