Skip to content

Commit

Permalink
Added mtu field to BLEConnDesc debug display
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Jul 15, 2024
1 parent eae85d0 commit 3dd7771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/ble_conn_desc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ impl core::fmt::Debug for BLEConnDesc {
.field("bonded", &self.bonded())
.field("encrypted", &self.encrypted())
.field("authenticated", &self.authenticated())
.field("mtu", &self.mtu())
.finish()
}
}

0 comments on commit 3dd7771

Please sign in to comment.