Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

ble_gap_sign_info_t Struct Reference

ble_gap_sign_info_t Struct Reference
[Structures]

GAP Signing Information. More...

#include <ble_gap.h>

Data Fields

uint8_t csrk [BLE_GAP_SEC_KEY_LEN]
 Connection Signature Resolving Key.

Detailed Description

GAP Signing Information.

Definition at line 539 of file ble_gap.h.


Field Documentation

uint8_t csrk[BLE_GAP_SEC_KEY_LEN]

Connection Signature Resolving Key.

Definition at line 541 of file ble_gap.h.