S132 SoftDevice v1.0.0-3.alpha
Data Fields
ble_gap_evt_sec_info_request_t Struct Reference

Event structure for BLE_GAP_EVT_SEC_INFO_REQUEST. More...

#include <ble_gap.h>

Data Fields

ble_gap_addr_t peer_addr
 
ble_gap_master_id_t master_id
 
uint8_t enc_info: 1
 
uint8_t id_info: 1
 
uint8_t sign_info: 1
 

Detailed Description

Event structure for BLE_GAP_EVT_SEC_INFO_REQUEST.

Field Documentation

uint8_t ble_gap_evt_sec_info_request_t::enc_info

If 1, Encryption Information required.

uint8_t ble_gap_evt_sec_info_request_t::id_info

If 1, Identity Information required.

ble_gap_master_id_t ble_gap_evt_sec_info_request_t::master_id

Master Identification for LTK lookup.

ble_gap_addr_t ble_gap_evt_sec_info_request_t::peer_addr

Bluetooth address of the peer device.

uint8_t ble_gap_evt_sec_info_request_t::sign_info

If 1, Signing Information required.


This document was last updated on Thu Oct 15 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.