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

Description

Security information.

Data Fields

cy_stc_ble_gap_sec_key_param_t SecKeyParam
 Security keys information parameter.
 
uint8_t exchangeKeysFlag
 This parameter indicates which keys get exchanged with a peer device. More...
 
uint8_t localKeysFlag
 This parameter indicates which keys are to be set/generated in the BLE Stack. More...
 

Field Documentation

◆ exchangeKeysFlag

uint8_t cy_stc_ble_gap_sec_key_info_t::exchangeKeysFlag

This parameter indicates which keys get exchanged with a peer device.

The following is the bit field mapping for the keys. Bit 0: Local Encryption information Bit 1: Local Identity information Bit 2: Local Signature Key Bit 3: Reserved Bit 4: Remote Encryption information Bit 5: Remote Identity information Bit 6: Remote Signature Key Bit 7: Reserved

◆ localKeysFlag

uint8_t cy_stc_ble_gap_sec_key_info_t::localKeysFlag

This parameter indicates which keys are to be set/generated in the BLE Stack.

The following is the bit field mapping for the keys. Bit 0: Local Encryption information Bit 1: Local Identity information Bit 2: Local Signature Key Bits 3-7: Reserved