File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ enum {
134
134
/**
135
135
* Error codes for the BLE API.
136
136
*
137
- * The value 0 means that no error was reported therefore it allows a user of
138
- * the API to cleanly test for errors.
137
+ * The value 0 means that no error was reported; therefore, it allows an API
138
+ * user to cleanly test for errors.
139
139
*
140
140
* @code
141
141
* ble_error_t error = some_ble_api_function();
@@ -182,7 +182,7 @@ enum ble_error_t {
182
182
BLE_ERROR_INVALID_STATE = 6 ,
183
183
184
184
/**
185
- * Out of memory
185
+ * Out of memory.
186
186
*/
187
187
BLE_ERROR_NO_MEM = 7 ,
188
188
@@ -207,7 +207,7 @@ enum ble_error_t {
207
207
BLE_ERROR_UNSPECIFIED = 11 ,
208
208
209
209
/**
210
- * The platform-specific stack failed
210
+ * The platform-specific stack failed.
211
211
*/
212
212
BLE_ERROR_INTERNAL_STACK_FAILURE = 12 ,
213
213
};
You can’t perform that action at this time.
0 commit comments