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

BLEAppUtil Passcode Data Structure. More...

Data Fields

uint16_t connHandle
 Connection handle of the current pairing process. More...
 
BLEAppUtil_BDaddr deviceAddr
 Pointer to 6-byte device address which the current pairing. More...
 
uint32_t numComparison
 
uint8_t uiInputs
 if TRUE, the local device should accept a passcode input. More...
 
uint8_t uiOutputs
 if TRUE, the local device should display the passcode. More...
 

Detailed Description

BLEAppUtil Passcode Data Structure.

Used to store the passcode data

Field Documentation

§ connHandle

uint16_t connHandle

Connection handle of the current pairing process.

§ deviceAddr

BLEAppUtil_BDaddr deviceAddr

Pointer to 6-byte device address which the current pairing.

§ numComparison

uint32_t numComparison

If this is a nonzero value, then it is the code that should be displayed for numeric comparison pairing. If this is zero, then passkey entry pairing is occurring.

§ uiInputs

uint8_t uiInputs

if TRUE, the local device should accept a passcode input.

§ uiOutputs

uint8_t uiOutputs

if TRUE, the local device should display the 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