diff --git a/host/src/attribute_server.rs b/host/src/attribute_server.rs index 1c9fae53..3b005074 100644 --- a/host/src/attribute_server.rs +++ b/host/src/attribute_server.rs @@ -286,7 +286,6 @@ impl<'values, M: RawMutex, const MAX: usize> AttributeServer<'values, M, MAX> { } w.write(att.handle)?; w.write(att.last_handle_in_group)?; - w.write_ref(uuid)?; } } }