HandshakeConstants

Shared constants for the two-stage mesh handshake protocol.

Stage 1 (CONFIG_NONCE): requests device config, module config, and channels. Stage 2 (NODE_INFO_NONCE): requests the full node database.

Both MeshConfigFlowManager (consumer) and MeshConnectionManager (sender) reference these.

Properties

Link copied to clipboard
const val CONFIG_NONCE: Int = 69420

Nonce sent in want_config_id to request config-only (Stage 1).

Link copied to clipboard
const val NODE_INFO_NONCE: Int = 69421

Nonce sent in want_config_id to request node info only (Stage 2).