BLE_SMP_SecKeys_T
C
typedef struct BLE_SMP_SecKeys_T { BLE_SMP_EncInfo_T encInfo; BLE_SMP_IdInfo_T idInfo; BLE_SMP_SignInfo_T signInfo; }BLE_SMP_SecKeys_T;
Description
Structure for storing various security keys.
Field Documentation
Field | Description |
---|---|
encInfo | Encryption Information containing the Long Term Key (LTK) and associated data. See BLE_SMP_EncInfo_T. |
idInfo | Identity Information containing the Identity Resolving Key (IRK) and public address. See BLE_SMP_IdInfo_T. |
signInfo | Signing Information containing the Signature Resolving Key (SRK). See BLE_SMP_SignInfo_T. |