Skip to content

Commit 1b5b70b

Browse files
timokroegerlulf
authored andcommitted
Remove invalid field from FindTypeValue response
This incorrect field prevented the WinRT Bluetooth API to work with TrouBLE devices. Fixes #107.
1 parent 477ab38 commit 1b5b70b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

host/src/attribute_server.rs

-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ impl<'values, M: RawMutex, const MAX: usize> AttributeServer<'values, M, MAX> {
286286
}
287287
w.write(att.handle)?;
288288
w.write(att.last_handle_in_group)?;
289-
w.write_ref(uuid)?;
290289
}
291290
}
292291
}

0 commit comments

Comments
 (0)