Skip to content

Commit 88ede00

Browse files
new error codes needed for adv sets
1 parent e377383 commit 88ede00

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

connectivity/FEATURE_BLE/include/ble/common/blecommon.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,17 @@ enum ble_error_t {
216216
/**
217217
* Data not found or there is nothing to return.
218218
*/
219-
BLE_ERROR_NOT_FOUND = 13
219+
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
220230
};
221231

222232
/**

0 commit comments

Comments
 (0)