Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_gap_smp_local_p256_keys_t Struct Reference

Description

SMP P-256 public-private key pair.

Data Fields

uint8_t publicKey [CY_BLE_GAP_SMP_P256_PUBLIC_KEY_SIZE]
 P-256 public key.
 
uint8_t privateKey [CY_BLE_GAP_SMP_P256_PRIVATE_KEY_SIZE]
 P-256 private key.
 
uint8_t isValidateKeys
 If it is set to 1, the public key is validated. More...
 

Field Documentation

◆ isValidateKeys

uint8_t cy_stc_ble_gap_smp_local_p256_keys_t::isValidateKeys

If it is set to 1, the public key is validated.

If it is set to 0, public key is not validated. This parameter is not applicable for CY_BLE_EVT_GAP_GEN_SET_LOCAL_P256_KEYS_COMPLETE event.