Skip to content

Commit 10b734d

Browse files
committed
Fixed suggestions
1 parent 4ae4b8c commit 10b734d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

matter/src/mdns.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ impl Mdns {
102102
["VP", &format!("{}+{}", inner.vid, inner.pid)],
103103
["SII", "5000"], /* Sleepy Idle Interval */
104104
["SAI", "300"], /* Sleepy Active Interval */
105-
["T", "1"], /* TCP supported */
106105
["PH", "33"], /* Pairing Hint */
107106
["PI", ""], /* Pairing Instruction */
108107
];

matter/src/pairing/vendor_identifiers.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
#[repr(u16)]
22
pub enum VendorId {
33
CommonOrUnspecified = 0x0000,
4-
Apple = 0x1349,
5-
Google = 0x6006,
6-
TestVendor1 = 0xFFF1,
7-
TestVendor2 = 0xFFF2,
8-
TestVendor3 = 0xFFF3,
94
TestVendor4 = 0xFFF4,
10-
NotSpecified = 0xFFFF,
115
}
126

137
pub fn is_vendor_id_valid_operationally(vendor_id: u16) -> bool {

0 commit comments

Comments
 (0)