We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f281e5 commit 51bc881Copy full SHA for 51bc881
include/os_ux.h
@@ -60,6 +60,9 @@ typedef struct bolos_ux_params_s {
60
} pairing_ok;
61
} pairing_status; // sent in BOLOS_UX_ASYNCHMODAL_PAIRING_CANCEL message
62
#endif // HAVE_BLE
63
+ struct { // for BOLOS_UX_DELAY_LOCK command
64
+ uint32_t delay_ms;
65
+ } lock_delay;
66
} u;
67
#endif // defined(HAVE_BLE) || defined(HAVE_KEYBOARD_UX)
68
} bolos_ux_params_t;
include/os_ux_id.h
@@ -17,5 +17,6 @@ typedef enum bolos_ux_public_e {
17
// current pairing request
18
BOLOS_UX_ASYNCHMODAL_PAIRING_CANCEL,
19
BOLOS_UX_IO_RESET,
20
+ BOLOS_UX_DELAY_LOCK, // delay the power-off/lock timer
21
NB_BOLOS_UX_IDS
22
} bolos_ux_public_t;
0 commit comments