We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb50dd commit 9052cf4Copy full SHA for 9052cf4
features/FEATURE_BLE/ble/GattAttribute.h
@@ -37,7 +37,7 @@ class GattAttribute {
37
public:
38
/**
39
* Type for the handle or ID of the attribute in the ATT table. These are
40
- * unique and are usually generated by the underlying BLE stack.
+ * unique, and the underlying BLE stack usually generates them.
41
*/
42
typedef ble::attribute_handle_t Handle_t;
43
@@ -59,7 +59,7 @@ class GattAttribute {
59
* @param[in] maxLen
60
* The max length in bytes of this attribute's value.
61
* @param[in] hasVariableLen
62
- * Whether the attribute's value length changes overtime.
+ * Whether the attribute's value length changes over time.
63
*
64
* @section EXAMPLE
65
0 commit comments