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 embassy-rs#107.
  • Loading branch information
timokroeger committed Feb 26, 2025
1 parent 477ab38 commit f9cfc06
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 f9cfc06

Please sign in to comment.