OTAPC file type definitions

C

#define BLE_OTAPC_IMG_FILE_TYPE_EMB_STACK     (0x01U)
#define BLE_OTAPC_IMG_FILE_TYPE_APP           (0x02U)
#define BLE_OTAPC_IMG_FILE_TYPE_EXT           (0x03U)

Description

Defines the types of files used in OTA updates.

Macro Definition

MacroDescription
BLE_OTAPC_IMG_FILE_TYPE_EMB_STACKImage file for embedded systems or stack memory.
BLE_OTAPC_IMG_FILE_TYPE_APPImage file intended for application use.
BLE_OTAPC_IMG_FILE_TYPE_EXTImage file for external memory devices.