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

Data Fields

uint8_t authState
 TRUE if the pairing was authenticated (MITM) More...
 
uint16_t connectionHandle
 Connection Handle from controller used to ref the device. More...
 
osal_event_hdr_t hdr
 GAP_MSG_EVENT and status More...
 
uint8_t opcode
 GAP_AUTHENTICATION_COMPLETE_EVENT More...
 
smSecurityInfo_tpDevSecInfo
 security information from connected device More...
 
smIdentityInfo_tpIdentityInfo
 identity information More...
 
smSecurityInfo_tpSecurityInfo
 security information from this device More...
 
smSigningInfo_tpSigningInfo
 Signing information. More...
 

Detailed Description

GAP_AUTHENTICATION_COMPLETE_EVENT message format.

This message is sent to the app when the authentication request is complete.

This event will be consumed by the gapbondmgr if it exists.

Field Documentation

§ authState

uint8_t authState

TRUE if the pairing was authenticated (MITM)

§ connectionHandle

uint16_t connectionHandle

Connection Handle from controller used to ref the device.

§ hdr

GAP_MSG_EVENT and status

§ opcode

uint8_t opcode

§ pDevSecInfo

smSecurityInfo_t* pDevSecInfo

security information from connected device

§ pIdentityInfo

smIdentityInfo_t* pIdentityInfo

identity information

§ pSecurityInfo

smSecurityInfo_t* pSecurityInfo

security information from this device

§ pSigningInfo

smSigningInfo_t* pSigningInfo

Signing information.


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