OTAPC encryption type definitions
C
#define BLE_OTAPC_ENC_NONE (0x00U) #define BLE_OTAPC_ENC_AES_CBC (0x01U)
Description
Defines the encryption methods used for OTA images.
Macro Definition
| Macro | Description |
|---|---|
| BLE_OTAPC_ENC_NONE | No encryption applied to the firmware image. |
| BLE_OTAPC_ENC_AES_CBC | Firmware image encrypted using AES-CBC encryption. |
