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

MacroDescription
BLE_OTAPS_IMG_FILE_TYPE_INTImage designated for internal flash memory.
BLE_OTAPS_IMG_FILE_TYPE_APPImage to be passed to the application layer.
BLE_OTAPS_IMG_FILE_TYPE_EXTImage designated for external flash memory.
BLE_OTAPS_IMG_FILE_TYPE_UNKNOWNUnrecognized image file type.