ble_gap_evt_sec_request_t

S140 SoftDevice v6.1.1 API

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 .

Field Documentation

uint8_t ble_gap_evt_sec_request_t::bond

Perform bonding.

uint8_t ble_gap_evt_sec_request_t::keypress

Generation of keypress notifications requested.

uint8_t ble_gap_evt_sec_request_t::lesc

LE Secure Connections requested.

uint8_t ble_gap_evt_sec_request_t::mitm

Man In The Middle protection requested.