MW_MISC_DecAdvData_T

C

typedef struct MW_MISC_DecAdvData_T
{
    uint8_t   *p_key;
    uint8_t   *p_iv;
    uint8_t   *p_payloadLen;
    uint8_t   *p_payload;
    uint16_t  advDataLen;
    uint8_t   *p_advData;
} MW_MISC_DecAdvData_T;

Description

Structure for handling the decryption of advertising data.

Field Documentation

FieldDescription
p_keyPointer to the 16-byte encryption key.
p_ivPointer to the 8-byte initialization vector (IV).
p_payloadLenPointer to the unencrypted payload length.
p_payloadPointer to the unencrypted payload.
advDataLenThe length of the advertising data.
p_advDataPointer to the advertising data.