nRF51 SDK - S110 SoftDevice
|
GAP connection - keyset mapping structure. More...
#include <app_ble_gap_sec_keys.h>
Data Fields | |
uint16_t | conn_handle |
uint8_t | conn_active |
ble_gap_sec_keyset_t | keyset |
GAP connection - keyset mapping structure.
uint8_t ser_ble_gap_app_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_app_keyset_t::conn_handle |
Connection handle.
ble_gap_sec_keyset_t ser_ble_gap_app_keyset_t::keyset |
Keyset structure, see ble_gap_sec_keyset_t.