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

Description

Fixed Passkey Parameters Information.

Data Fields

uint32_t fixedPassKey
 6-digit decimal number (<=999999). More...
 
uint8_t bdHandle
 Peer bdHandle.
 
uint8_t isFixed
 Passkey is fixed application, CY_BLE_GAP_PASSKEY_FIXED: 'fixedPassKey' will be used by the BLE Stack that is provided by the application. More...
 

Field Documentation

◆ fixedPassKey

uint32_t cy_stc_ble_gap_auth_fix_pk_info_t::fixedPassKey

6-digit decimal number (<=999999).

This is used only if isFixed is set to CY_BLE_GAP_PASSKEY_FIXED, else ignored

◆ isFixed

uint8_t cy_stc_ble_gap_auth_fix_pk_info_t::isFixed

Passkey is fixed application, CY_BLE_GAP_PASSKEY_FIXED: 'fixedPassKey' will be used by the BLE Stack that is provided by the application.

CY_BLE_GAP_PASSKEY_NOT_FIXED: 'fixedPassKey' will be ignored and the BLE Stack will generate as per security procedure.