|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
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 |
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.
| size_t cdc::mod_2fa::PendingChallenge::challengeLen = 0 |
Definition at line 74 of file ble_chalresp.cpp.
| uint16_t cdc::mod_2fa::PendingChallenge::connHandle = INVALID_HANDLE |
Definition at line 72 of file ble_chalresp.cpp.
| char cdc::mod_2fa::PendingChallenge::name[MAX_NAME_LEN+1] = {} |
Definition at line 73 of file ble_chalresp.cpp.
| bool cdc::mod_2fa::PendingChallenge::valid = false |
Definition at line 71 of file ble_chalresp.cpp.