{固件通用错误码}
备注:以下通用错误码来自固件开发,仅供参考,部分固件项目可能使用的错误码不一致,需要对应不同的固件项目定位错误标志
| 索引值 | ID | 描述 |
|---|---|---|
| 0 | ERROR_CODE_SUCCESS | Successful command |
| 1 | ERROR_CODE_SVC_HANDLER_MISSING | SVC handler is missing |
| 2 | ERROR_CODE_SOFTDEVICE_NOT_ENABLED | SoftDevice has not been enabled |
| 3 | ERROR_CODE_INTERNAL | Internal Error |
| 4 | ERROR_CODE_NO_MEM | No Memory for operation |
| 5 | ERROR_CODE_NOT_FOUND | Not found |
| 6 | ERROR_CODE_NOT_SUPPORTED | Not supported |
| 7 | ERROR_CODE_INVALID_PARAM | Invalid Parameter |
| 8 | ERROR_CODE_INVALID_STATE | Invalid state, operation disallowed in this state |
| 9 | ERROR_CODE_INVALID_LENGTH | Invalid Length |
| 10 | ERROR_CODE_INVALID_FLAGS | Invalid Flags |
| 11 | ERROR_CODE_INVALID_DATA | Invalid Data |
| 12 | ERROR_CODE_DATA_SIZE | Invalid Data size |
| 13 | ERROR_CODE_TIMEOUT | Operation timed out |
| 14 | ERROR_CODE_NULL | Null Pointer |
| 15 | ERROR_CODE_FORBIDDEN | Forbidden Operation |
| 16 | ERROR_CODE_INVALID_ADDR | Bad Memory Address |
| 17 | ERROR_CODE_BUSY | Busy |
| 18 | ERROR_CODE_CONN_COUNT | Maximum connection count exceeded. |
| 19 | ERROR_CODE_RESOURCES | Not enough resources for operation |
| 20 | ERROR_CODE_BT_OTA | Bt Bluetooth upgrade error |
| 21 | ERROR_CODE_NO_SPACE | Not enough space for operation |
| 22 | ERROR_CODE_LOW_BATTERY | Low Battery |
| 23 | ERROR_CODE_INVALID_FILE_NAME | Invalid File Name/Format |
| 24 | ERROR_SPACE_ORGANIZATION | Watch space needs to be organized |
| 25 | ERROR_SPACE_ORGANIZATION_ING | Watch space is being organized |