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

ble_advdata_tk_value_t Struct Reference
[Advertising and Scan Response Data Encoder]

Security Manager TK value. More...

#include <ble_advdata.h>

Data Fields

uint8_t tk [BLE_GAP_SEC_KEY_LEN]
 Array containing TK value.

Detailed Description

Security Manager TK value.

Definition at line 96 of file ble_advdata.h.


Field Documentation

uint8_t tk[BLE_GAP_SEC_KEY_LEN]

Array containing TK value.

Definition at line 98 of file ble_advdata.h.