nRF51 SDK - S120 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

GAP connection - keyset mapping structure. More...

#include <conn_ble_gap_sec_keys.h>

Data Fields

uint16_t conn_handle
 
uint8_t conn_active
 
ble_gap_sec_keyset_t keyset
 
ble_gap_enc_key_t enc_key_periph
 
ble_gap_id_key_t id_key_periph
 
ble_gap_sign_info_t sign_key_periph
 
ble_gap_enc_key_t enc_key_central
 
ble_gap_id_key_t id_key_central
 
ble_gap_sign_info_t sign_key_central
 

Detailed Description

GAP connection - keyset mapping structure.

Note
This structure is used to map keysets to connection instances, and will be stored in a static table.

Field Documentation

uint8_t ser_ble_gap_conn_keyset_t::conn_active

Indication that keys for this connection are used by soft device. 0: keys used; 1: keys not used

uint16_t ser_ble_gap_conn_keyset_t::conn_handle

Connection handle.

ble_gap_enc_key_t ser_ble_gap_conn_keyset_t::enc_key_central

Central Encryption Key, see ble_gap_enc_key_t.

ble_gap_enc_key_t ser_ble_gap_conn_keyset_t::enc_key_periph

Peripheral Encryption Key, see ble_gap_enc_key_t.

ble_gap_id_key_t ser_ble_gap_conn_keyset_t::id_key_central

Central Identity Key, see ble_gap_id_key_t.

ble_gap_id_key_t ser_ble_gap_conn_keyset_t::id_key_periph

Peripheral Identity Key, see ble_gap_id_key_t.

ble_gap_sec_keyset_t ser_ble_gap_conn_keyset_t::keyset

Keyset structure see ble_gap_sec_keyset_t.

ble_gap_sign_info_t ser_ble_gap_conn_keyset_t::sign_key_central

Central Signing Information, see ble_gap_sign_info_t.

ble_gap_sign_info_t ser_ble_gap_conn_keyset_t::sign_key_periph

Peripheral Signing Information, see ble_gap_sign_info_t.