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

MacroDescription
BLE_OTAPC_ENC_NONENo encryption applied to the firmware image.
BLE_OTAPC_ENC_AES_CBCFirmware image encrypted using AES-CBC encryption.