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 e377383 commit 88ede00Copy full SHA for 88ede00
connectivity/FEATURE_BLE/include/ble/common/blecommon.h
@@ -216,7 +216,17 @@ enum ble_error_t {
216
/**
217
* Data not found or there is nothing to return.
218
*/
219
- BLE_ERROR_NOT_FOUND = 13
+ BLE_ERROR_NOT_FOUND = 13,
220
+
221
+ /**
222
+ * Specified timeout expired.
223
+ */
224
+ BLE_ERROR_TIMEOUT = 14,
225
226
227
+ * Specified limit expired.
228
229
+ BLE_ERROR_LIMIT_REACHED = 15
230
};
231
232
0 commit comments