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
Macro | Description |
---|---|
BLE_OTAPC_FILE_TYPE_EMB_STACK | The image is for embeded or stack flash. |
BLE_OTAPC_FILE_TYPE_APP | Pass the image to application. |
BLE_OTAPC_FILE_TYPE_EXT | The image is for external flash. |