@@ -30,12 +30,12 @@ class DiscoveredCharacteristicDescriptor; // forward declaration
30
30
*/
31
31
32
32
/* *
33
- * Definitions of events and event handlers used by the characteristic descriptor
34
- * discovery procedure.
33
+ * Definitions of events and event handlers that the characteristic descriptor
34
+ * discovery procedure uses .
35
35
*
36
- * This class act like a namespace for characteristic descriptor discovery
37
- * types. Like ServiceDiscovery it provides callbacks and callbacks parameters
38
- * types related to the characteristic descriptor discovery process but contrary
36
+ * This class acts like a namespace for characteristic descriptor discovery
37
+ * types. Like ServiceDiscovery, it provides callbacks and callbacks parameters
38
+ * types related to the characteristic descriptor discovery process, but contrary
39
39
* to the ServiceDiscovery class, it does not force the porter to use a specific
40
40
* interface for the characteristic descriptor discovery process.
41
41
*/
@@ -100,12 +100,12 @@ class CharacteristicDescriptorDiscovery {
100
100
/* *
101
101
* Characteristic descriptor discovered event handler.
102
102
*
103
- * As parameter it expects a pointer to a DiscoveryCallbackParams_t instance.
103
+ * As a parameter, it expects a pointer to a DiscoveryCallbackParams_t instance.
104
104
*
105
105
* @note The object passed in parameter will remain valid for the lifetime
106
- * of the callback. Memory for this object is owned by the BLE_API eventing
107
- * framework . The application can safely make a persistent shallow-copy of
108
- * this object in order to work with the service beyond the callback.
106
+ * of the callback. The BLE_API eventing framework owns memory for this
107
+ * object . The application can safely make a persistent shallow-copy of
108
+ * this object to work with the service beyond the callback.
109
109
*
110
110
* @see DiscoveryCallbackParams_t
111
111
* GattClient::discoverCharacteristicDescriptors
@@ -117,12 +117,12 @@ class CharacteristicDescriptorDiscovery {
117
117
/* *
118
118
* Handler of Characteristic descriptor discovery ended event.
119
119
*
120
- * As parameter it expects a pointer to a TerminationCallbackParams_t instance.
120
+ * As a parameter, it expects a pointer to a TerminationCallbackParams_t instance.
121
121
*
122
122
* @note The object passed in parameter will remain valid for the lifetime
123
- * of the callback. Memory for this object is owned by the BLE_API eventing
124
- * framework . The application can safely make a persistent shallow-copy of
125
- * this object in order to work with the service beyond the callback.
123
+ * of the callback. The BLE_API eventing framework owns the memory for this
124
+ * object . The application can safely make a persistent shallow-copy of
125
+ * this object to work with the service beyond the callback.
126
126
*
127
127
* @see TerminationCallbackParams_t
128
128
* GattClient::discoverCharacteristicDescriptors
0 commit comments