Skip to content

Commit 5353a59

Browse files
committed
feat: add derives to connect params
1 parent 925051f commit 5353a59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

host/src/connection.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ pub enum PhySet {
107107
}
108108

109109
/// Connection parameters.
110+
#[derive(Debug, Clone, PartialEq)]
111+
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
110112
pub struct ConnectParams {
111113
/// Minimum connection interval.
112114
pub min_connection_interval: Duration,

0 commit comments

Comments
 (0)