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
| Field | Description |
|---|---|
| p_key | Pointer to the 16-byte encryption key. |
| p_iv | Pointer to the 8-byte initialization vector (IV). |
| p_payloadLen | Pointer to the unencrypted payload length. |
| p_payload | Pointer to the unencrypted payload. |
| advDataLen | The length of the advertising data. |
| p_advData | Pointer to the advertising data. |
