Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Diff: common/blecommon.h
- Revision:
- 348:d5ad8959683f
- Parent:
- 308:bc040f8592b7
- Child:
- 351:2433f5dd41d4
diff -r 20be4234c6fe -r d5ad8959683f common/blecommon.h --- a/common/blecommon.h Fri May 08 15:35:45 2015 +0100 +++ b/common/blecommon.h Fri May 08 15:35:45 2015 +0100 @@ -122,6 +122,9 @@ BLE_ERROR_NOT_IMPLEMENTED = 2, /**< Requested a feature that isn't yet implement or isn't supported by the target HW */ BLE_ERROR_PARAM_OUT_OF_RANGE = 3, /**< One of the supplied parameters is outside the valid range */ BLE_STACK_BUSY = 4, /**< The stack is busy */ + BLE_ERROR_INVALID_STATE = 5, /**< Invalid state. */ + BLE_ERROR_NO_MEM = 6, /**< Out of Memory */ + BLE_ERROR_UNSPECIFIED = 7, /**< Unknown error. */ } ble_error_t; #ifdef __cplusplus