YUFEI JIANG / Mbed 2 deprecated CSSE4011_BLE_IMU

Dependencies:   BLE_API_Tiny_BLE MPU6050-DMP-Seeed-Tiny-BLE mbed

Embed: (wiki syntax)

« Back to documentation index

dm_sec_keyset Struct Reference

dm_sec_keyset Struct Reference
[Device Manager Data Types]

Security keys. More...

#include <device_manager.h>

Data Fields

dm_id_key_tp_id_key
 Identity key, or NULL.
dm_sign_key_tp_sign_key
 Signing key, or NULL.
dm_enc_key_tp_enc_key
 Pointer to Device Manager encryption information structure.
ble_gap_enc_info_tp_enc_info
 Pointer to GAP encryption information.

Detailed Description

Security keys.

Definition at line 255 of file device_manager.h.


Field Documentation

Pointer to GAP encryption information.

Definition at line 260 of file device_manager.h.

Pointer to Device Manager encryption information structure.

Definition at line 259 of file device_manager.h.

Identity key, or NULL.

Definition at line 262 of file device_manager.h.

Signing key, or NULL.

Definition at line 263 of file device_manager.h.