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

Security key set for both local and peer keys. More...

#include <ble_gap.h>

Data Fields

ble_gap_sec_keys_t keys_own
 
ble_gap_sec_keys_t keys_peer
 

Detailed Description

Security key set for both local and peer keys.

Definition at line 871 of file ble_gap.h.

Field Documentation

ble_gap_sec_keys_t ble_gap_sec_keyset_t::keys_own

Keys distributed by the local device. For LE Secure Connections the encryption key will be generated locally and will always be stored if bonding.

Definition at line 873 of file ble_gap.h.

ble_gap_sec_keys_t ble_gap_sec_keyset_t::keys_peer

Keys distributed by the remote device. For LE Secure Connections, p_enc_key must always be NULL.

Definition at line 874 of file ble_gap.h.


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