Skip to content

Commit

Permalink
Remove invalid field from FindTypeValue response
Browse files Browse the repository at this point in the history
This incorrect field prevented the WinRT Bluetooth API to work with
TrouBLE devices. Fixes #107.
  • Loading branch information
timokroeger authored and lulf committed Feb 26, 2025
1 parent 477ab38 commit 1b5b70b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion host/src/attribute_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?;
}
}
}
Expand Down

0 comments on commit 1b5b70b

Please sign in to comment.