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
Macro | Description |
---|---|
BLE_OTAPC_IMG_FILE_TYPE_EMB_STACK | Image file for embedded systems or stack memory. |
BLE_OTAPC_IMG_FILE_TYPE_APP | Image file intended for application use. |
BLE_OTAPC_IMG_FILE_TYPE_EXT | Image file for external memory devices. |