Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

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.