TI BLE5-Stack API Documentation  9.11.01
Data Fields
smEccKeys_t Struct Reference

Data Fields

uint8 isUsed
 FALSE if not used. USE_PKEYS if public keys only. USE_ALL_KEYS if public and private keys. More...
 
uint8 pK_x [SM_ECC_KEY_LEN]
 public key X-coordinate More...
 
uint8 pK_y [SM_ECC_KEY_LEN]
 public key Y-coordinate More...
 
uint8 sK [SM_ECC_KEY_LEN]
 private key (only used if supplied by Bond Manager) More...
 

Detailed Description

ECC keys for pairing.

Field Documentation

§ isUsed

uint8 isUsed

FALSE if not used. USE_PKEYS if public keys only. USE_ALL_KEYS if public and private keys.

§ pK_x

uint8 pK_x[SM_ECC_KEY_LEN]

public key X-coordinate

§ pK_y

uint8 pK_y[SM_ECC_KEY_LEN]

public key Y-coordinate

§ sK

uint8 sK[SM_ECC_KEY_LEN]

private key (only used if supplied by Bond Manager)


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale