OTAPS image file type definitions
C
#define BLE_OTAPS_IMG_FILE_TYPE_INT (0x01U) #define BLE_OTAPS_IMG_FILE_TYPE_APP (0x02U) #define BLE_OTAPS_IMG_FILE_TYPE_EXT (0x03U) #define BLE_OTAPS_IMG_FILE_TYPE_UNKNOWN (0xFFU)
Description
Defines OTAPS image file types.
Macro Definition
Macro | Description |
---|---|
BLE_OTAPS_IMG_FILE_TYPE_INT | Image designated for internal flash memory. |
BLE_OTAPS_IMG_FILE_TYPE_APP | Image to be passed to the application layer. |
BLE_OTAPS_IMG_FILE_TYPE_EXT | Image designated for external flash memory. |
BLE_OTAPS_IMG_FILE_TYPE_UNKNOWN | Unrecognized image file type. |