fix a typo in a comment header

This commit is contained in:
Rohit Grover 2015-07-02 09:36:02 +01:00
parent 4ac9700a2b
commit 737800d8ec
2 changed files with 4 additions and 4 deletions

View file

@ -916,7 +916,7 @@ public:
*
* @note This API is a version of above with an additional connection handle
* parameter to allow fetches for connection-specific multivalued
* attribtues (such as the CCCDs).
* attributes (such as the CCCDs).
*
* @note: This API is now *deprecated* and will be dropped in the future.
* You should use the parallel API from GattServer directly. A former call
@ -960,7 +960,7 @@ public:
/**
* Update the value of a characteristic on the local GattServer. A version
* of the same as above with connection handle parameter to allow updates
* for connection-specific multivalued attribtues (such as the CCCDs).
* for connection-specific multivalued attributes (such as the CCCDs).
*
* @param[in] connectionHandle
* Connection Handle.

View file

@ -94,7 +94,7 @@ public:
*
* @note This API is a version of above with an additional connection handle
* parameter to allow fetches for connection-specific multivalued
* attribtues (such as the CCCDs).
* attributes (such as the CCCDs).
*/
virtual ble_error_t read(Gap::Handle_t connectionHandle, GattAttribute::Handle_t attributeHandle, uint8_t *buffer, uint16_t *lengthP) {
return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if this capability is supported. */
@ -125,7 +125,7 @@ public:
/**
* Update the value of a characteristic on the local GattServer. A version
* of the same as above with connection handle parameter to allow updates
* for connection-specific multivalued attribtues (such as the CCCDs).
* for connection-specific multivalued attributes (such as the CCCDs).
*
* @param[in] connectionHandle
* Connection Handle.