CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::mod_2fa::PendingChallenge Struct Reference

Pending challenge handed from the BLE host task to the main task. More...

Public Attributes

bool valid = false
uint16_t connHandle = INVALID_HANDLE
char name [MAX_NAME_LEN+1] = {}
size_t challengeLen = 0

Detailed Description

Pending challenge handed from the BLE host task to the main task.

The challenge bytes live in a separate PSRAM buffer (s_challengeBuf) shared with the in-progress request; only one request is processed at a time.

Definition at line 70 of file ble_chalresp.cpp.

Member Data Documentation

◆ challengeLen

size_t cdc::mod_2fa::PendingChallenge::challengeLen = 0

Definition at line 74 of file ble_chalresp.cpp.

◆ connHandle

uint16_t cdc::mod_2fa::PendingChallenge::connHandle = INVALID_HANDLE

Definition at line 72 of file ble_chalresp.cpp.

◆ name

char cdc::mod_2fa::PendingChallenge::name[MAX_NAME_LEN+1] = {}

Definition at line 73 of file ble_chalresp.cpp.

◆ valid

bool cdc::mod_2fa::PendingChallenge::valid = false

Definition at line 71 of file ble_chalresp.cpp.


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