BLE temperature profile using digital DS1820 or analog LM35 sensors

Dependencies:   DS1820

Embed: (wiki syntax)

« Back to documentation index

ble_gap_enc_info_t Struct Reference

ble_gap_enc_info_t Struct Reference
[Generic Access Profile (GAP)]

GAP Encryption Information. More...

#include <ble_gap.h>

Data Fields

uint16_t div
 Encryption Diversifier.
uint8_t ltk [BLE_GAP_SEC_KEY_LEN]
 Long Term Key.
uint8_t auth: 1
 Authenticated Key.
uint8_t ltk_len: 7
 LTK length in octets.

Detailed Description

GAP Encryption Information.

Definition at line 380 of file ble_gap.h.


Field Documentation

uint8_t auth

Authenticated Key.

Definition at line 384 of file ble_gap.h.

uint16_t div

Encryption Diversifier.

Definition at line 382 of file ble_gap.h.

uint8_t ltk[BLE_GAP_SEC_KEY_LEN]

Long Term Key.

Definition at line 383 of file ble_gap.h.

uint8_t ltk_len

LTK length in octets.

Definition at line 385 of file ble_gap.h.