CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
ble_chalresp.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace cdc::mod_2fa {
6
20
26
31
36void ble_chalresp_tick(uint32_t nowMs);
37
38} // namespace cdc::mod_2fa
void ble_chalresp_deinit()
Tears down the BLE CR subsystem and removes GATT callbacks.
bool ble_chalresp_init()
BLE GATT challenge-response transport.
void ble_chalresp_tick(uint32_t nowMs)
Main-task tick: processes a pending challenge (confirm + notify).