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

Data Fields

uint16_t connectionHandle
 Connection handle. More...
 
uint8_t deviceAddr [B_ADDR_LEN]
 address of device to pair with, and could be either public or random. More...
 
osal_event_hdr_t hdr
 GAP_MSG_EVENT and status More...
 
uint32_t numComparison
 Numeric Comparison value to be displayed. More...
 
uint8_t opcode
 GAP_PASSKEY_NEEDED_EVENT More...
 
uint8_t uiInputs
 Pairing User Interface Inputs - Ask user to input passcode. More...
 
uint8_t uiOutputs
 Pairing User Interface Outputs - Display passcode. More...
 

Detailed Description

GAP_PASSKEY_NEEDED_EVENT message format.

This message is sent to the app when a Passkey is needed from the app's user interface.

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

Field Documentation

§ connectionHandle

uint16_t connectionHandle

Connection handle.

§ deviceAddr

uint8_t deviceAddr[B_ADDR_LEN]

address of device to pair with, and could be either public or random.

§ hdr

GAP_MSG_EVENT and status

§ numComparison

uint32_t numComparison

Numeric Comparison value to be displayed.

§ opcode

uint8_t opcode

§ uiInputs

uint8_t uiInputs

Pairing User Interface Inputs - Ask user to input passcode.

§ uiOutputs

uint8_t uiOutputs

Pairing User Interface Outputs - Display passcode.


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