dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_sec_keys_t Struct Reference

Security Keys. More...

#include <ble_gap.h>

Data Fields

ble_gap_enc_key_tp_enc_key
 
ble_gap_id_key_tp_id_key
 
ble_gap_sign_info_tp_sign_key
 
ble_gap_lesc_p256_pk_tp_pk
 

Detailed Description

Security Keys.

Definition at line 860 of file ble_gap.h.

Field Documentation

ble_gap_enc_key_t* ble_gap_sec_keys_t::p_enc_key

Encryption Key, or NULL.

Definition at line 862 of file ble_gap.h.

ble_gap_id_key_t* ble_gap_sec_keys_t::p_id_key

Identity Key, or NULL.

Definition at line 863 of file ble_gap.h.

ble_gap_lesc_p256_pk_t* ble_gap_sec_keys_t::p_pk

LE Secure Connections P-256 Public Key. When in debug mode the application must use the value defined in the Core Bluetooth Specification v4.2 Vol.3, Part H, Section 2.3.5.6.1

Definition at line 865 of file ble_gap.h.

ble_gap_sign_info_t* ble_gap_sec_keys_t::p_sign_key

Signing Key, or NULL.

Definition at line 864 of file ble_gap.h.


The documentation for this struct was generated from the following file: