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_conn_sec_update_t Struct Reference

ble_gap_evt_conn_sec_update_t Struct Reference
[Structures]

Event structure for BLE_GAP_EVT_CONN_SEC_UPDATE. More...

#include <ble_gap.h>

Data Fields

ble_gap_conn_sec_t conn_sec
 Connection security level.

Detailed Description

Event structure for BLE_GAP_EVT_CONN_SEC_UPDATE.

Definition at line 665 of file ble_gap.h.


Field Documentation

Connection security level.

Definition at line 667 of file ble_gap.h.