1.1.2.3.4.1.1.1 OTAPC image file type

C

#define BLE_OTAPC_IMG_FILE_TYPE_EMB_STACK         0x01
#define BLE_OTAPC_IMG_FILE_TYPE_APP               0x02
#define BLE_OTAPC_IMG_FILE_TYPE_EXT               0x03

Description

The definition of file type.

Macro Definition

MacroDescription
BLE_OTAPC_FILE_TYPE_EMB_STACKThe image is for embeded or stack flash.
BLE_OTAPC_FILE_TYPE_APPPass the image to application.
BLE_OTAPC_FILE_TYPE_EXTThe image is for external flash.