use Duration;
/// 128-bit encryption key size
pub const ENCRYPTION_KEY_SIZE_128_BITS: u8 = 128 / 8;
/// Long duration, to disable the timer
pub const TIMEOUT_DISABLE: Duration = from_secs; // ~10 years
// Workaround for Duration multiplication not being const
const TIMEOUT_SECS: u64 = 30;
/// Pairing time-out
pub const TIMEOUT: Duration = from_secs;