TI BLE5-Stack API Documentation  9.14.00
Data Fields
smEccKeysEvt_t Struct Reference

Data Fields

osal_event_hdr_t hdr
 SM_MSG_EVENT and status. More...
 
uint8 opcode
 SM_ECC_KEYS_EVENT. More...
 
uint8 privateKey [SM_ECC_KEY_LEN]
 ECC private key. More...
 
uint8 publicKeyX [SM_ECC_KEY_LEN]
 ECC public key X-coordinate. More...
 
uint8 publicKeyY [SM_ECC_KEY_LEN]
 ECC public key Y-coordinate. More...
 

Detailed Description

SM_ECC_KEYS_EVENT message format for ECC keys. This message is sent to the request task.

Field Documentation

§ hdr

SM_MSG_EVENT and status.

§ opcode

uint8 opcode

SM_ECC_KEYS_EVENT.

§ privateKey

uint8 privateKey[SM_ECC_KEY_LEN]

ECC private key.

§ publicKeyX

uint8 publicKeyX[SM_ECC_KEY_LEN]

ECC public key X-coordinate.

§ publicKeyY

uint8 publicKeyY[SM_ECC_KEY_LEN]

ECC public key Y-coordinate.


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