Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h b/Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h
index 7a6230941..297687a5f 100644
--- a/Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h
+++ b/Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h
@@ -127,7 +127,6 @@ typedef uint8_t tBDAddr[6];
/* Error Codes as specified by the specification
- * according to the spec the error codes range from 0x00 to 0x3F
*/
#define ERR_CMD_SUCCESS 0x00
#define ERR_UNKNOWN_HCI_COMMAND 0x01
@@ -159,4 +158,12 @@ typedef uint8_t tBDAddr[6];
/* ------------------------------------------------------------------------- */
+#define FLASH_READ_FAILED 0x49
+#define FLASH_WRITE_FAILED 0x4A
+#define FLASH_ERASE_FAILED 0x4B
+
+
+/* ------------------------------------------------------------------------- */
+
+
#endif /* BLE_LEGACY_H__ */