1.2.2.3.4.2.1.2 OTAPS firmware file type
C
#define BLE_OTAPS_IMG_FILE_TYPE_INT 0x01 #define BLE_OTAPS_IMG_FILE_TYPE_APP 0x02 #define BLE_OTAPS_IMG_FILE_TYPE_EXT 0x03
Description
The definition of firmware file types.
Macro Definition
| Macro | Description |
|---|---|
| BLE_OTAPS_IMG_FILE_TYPE_INT | The firmware is for internal flash. |
| BLE_OTAPS_IMG_FILE_TYPE_APP | The firmware pass to application. |
| BLE_OTAPS_IMG_FILE_TYPE_EXT | The firmware is for external flash. |
