File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,10 @@ extern "C" {
36
36
typedef enum ble_error_e
37
37
{
38
38
BLE_ERROR_NONE = 0 , /**< No error */
39
- BLE_ERROR_BUFFER_OVERFLOW = 1 , /**< The requested action would
40
- *cause a buffer overflow and has
41
- *been aborted */
42
- BLE_ERROR_NOT_IMPLEMENTED = 2 , /**< Requested a feature that
43
- *isn't yet implement or isn't
44
- *supported by the target HW */
45
- BLE_ERROR_PARAM_OUT_OF_RANGE = 3 /**< One of the supplied
46
- *parameters is outside the valid
47
- *range */
39
+ BLE_ERROR_BUFFER_OVERFLOW = 1 , /**< The requested action would cause a buffer overflow and has been aborted */
40
+ BLE_ERROR_NOT_IMPLEMENTED = 2 , /**< Requested a feature that isn't yet implement or isn't supported by the target HW */
41
+ BLE_ERROR_PARAM_OUT_OF_RANGE = 3 , /**< One of the supplied parameters is outside the valid range */
42
+ BLE_STACK_BUSY = 4 , /**< The stack is busy */
48
43
} ble_error_t ;
49
44
50
45
#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments