|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
OS UI glue for the badge-to-badge message transfer framework: consent prompt, peer picker, progress view, beacon menu (toggle, name, scan). Observes cdc_msg via EventBus + polling. More...
#include "AppUiInternal.h"#include "cdc_msg/MessageTransfer.h"#include "cdc_hal/IDisplay.h"#include "cdc_views/RenderHelpers.h"#include "cdc_log.h"#include <cstdio>#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| void | cdc::ui::showBeaconMenu () |
| void | cdc::ui::msgTransferUiInit () |
| void | cdc::ui::msgTransferUiProcess (uint32_t nowMs) |
| void | cdc::ui::showMsgBeaconScan () |
OS UI glue for the badge-to-badge message transfer framework: consent prompt, peer picker, progress view, beacon menu (toggle, name, scan). Observes cdc_msg via EventBus + polling.
Definition in file MsgTransferUi.cpp.