fix typo in GattService constructor
Reference to 'this characteristic' become 'this service'
This commit is contained in:
parent
ab17d9c409
commit
d583b13bba
1 changed files with 3 additions and 3 deletions
|
@ -45,13 +45,13 @@ public:
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue