|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Response awaiting an on-device touch confirmation. More...
Public Attributes | |
| bool | awaiting = false |
| uint16_t | connHandle = INVALID_HANDLE |
| uint8_t | response [core::IChallengeResponder::MAX_RESPONSE_LEN] = {} |
| size_t | responseLen = 0 |
Response awaiting an on-device touch confirmation.
Definition at line 82 of file ble_chalresp.cpp.
| bool cdc::mod_2fa::PendingConfirm::awaiting = false |
Definition at line 83 of file ble_chalresp.cpp.
| uint16_t cdc::mod_2fa::PendingConfirm::connHandle = INVALID_HANDLE |
Definition at line 84 of file ble_chalresp.cpp.
| uint8_t cdc::mod_2fa::PendingConfirm::response[core::IChallengeResponder::MAX_RESPONSE_LEN] = {} |
Definition at line 85 of file ble_chalresp.cpp.
| size_t cdc::mod_2fa::PendingConfirm::responseLen = 0 |
Definition at line 86 of file ble_chalresp.cpp.