Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_sec_info_request_t Struct Reference

ble_gap_evt_sec_info_request_t Struct Reference
[Structures]

Event structure for BLE_GAP_EVT_SEC_INFO_REQUEST. More...

#include <ble_gap.h>

Data Fields

ble_gap_addr_t peer_addr
 Bluetooth address of the peer device.
ble_gap_master_id_t master_id
 Master Identification for LTK lookup.
uint8_t enc_info: 1
 If 1, Encryption Information required.
uint8_t id_info: 1
 If 1, Identity Information required.
uint8_t sign_info: 1
 If 1, Signing Information required.

Detailed Description

Event structure for BLE_GAP_EVT_SEC_INFO_REQUEST.

Definition at line 581 of file ble_gap.h.


Field Documentation

uint8_t enc_info

If 1, Encryption Information required.

Definition at line 585 of file ble_gap.h.

uint8_t id_info

If 1, Identity Information required.

Definition at line 586 of file ble_gap.h.

Master Identification for LTK lookup.

Definition at line 584 of file ble_gap.h.

Bluetooth address of the peer device.

Definition at line 583 of file ble_gap.h.

uint8_t sign_info

If 1, Signing Information required.

Definition at line 587 of file ble_gap.h.