TI BLE Stack API Documentation  2.03.09
Public Attributes | List of all members
gapPasskeyNeededEvent_t Struct Reference

#include <gap.h>

Public Attributes

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

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.


The documentation for this struct was generated from the following file: