OTAPS image file type
C
#define BLE_OTAPS_IMG_FILE_TYPE_INT 0x01 #define BLE_OTAPS_IMG_FILE_TYPE_APP 0x02 #define BLE_OTAPS_IMG_FILE_TYPE_EXT 0x03 #define BLE_OTAPS_IMG_FILE_TYPE_UNKNOWN 0xFF
Description
The definition of image file types.
Macro Definition
Macro | Description |
---|---|
BLE_OTAPS_IMG_FILE_TYPE_INT | The image is for internal flash. |
BLE_OTAPS_IMG_FILE_TYPE_APP | Pass the image to application. |
BLE_OTAPS_IMG_FILE_TYPE_EXT | The image is for external flash. |
BLE_OTAPS_IMG_FILE_TYPE_UNKNOWN | The image file type is unknown. |