R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_sec_request_t Struct Reference

ble_gap_evt_sec_request_t Struct Reference
[Structures]

Event structure for BLE_GAP_EVT_SEC_REQUEST. More...

#include <ble_gap.h>

Data Fields

uint8_t bond: 1
 Perform bonding.
uint8_t mitm: 1
 Man In The Middle protection required.

Detailed Description

Event structure for BLE_GAP_EVT_SEC_REQUEST.

Definition at line 698 of file ble_gap.h.


Field Documentation

uint8_t bond

Perform bonding.

Definition at line 700 of file ble_gap.h.

uint8_t mitm

Man In The Middle protection required.

Definition at line 701 of file ble_gap.h.