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

Event structure for BLE_GAP_EVT_SEC_REQUEST. More...

#include <ble_gap.h>

Data Fields

uint8_t bond: 1
 
uint8_t mitm: 1
 
uint8_t lesc: 1
 
uint8_t keypress: 1
 

Detailed Description

Event structure for BLE_GAP_EVT_SEC_REQUEST.

Definition at line 947 of file ble_gap.h.

Field Documentation

uint8_t ble_gap_evt_sec_request_t::bond

Perform bonding.

Definition at line 949 of file ble_gap.h.

uint8_t ble_gap_evt_sec_request_t::keypress

Generation of keypress notifications requested.

Definition at line 952 of file ble_gap.h.

uint8_t ble_gap_evt_sec_request_t::lesc

LE Secure Connections requested.

Definition at line 951 of file ble_gap.h.

uint8_t ble_gap_evt_sec_request_t::mitm

Man In The Middle protection requested.

Definition at line 950 of file ble_gap.h.


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