Clear cancelled pairing requests on desktop - #549
Merged
Conversation
enaboapps
marked this pull request as ready for review
August 9, 2026 11:05
Greptile SummaryPairing requests now track Bluetooth connection state more accurately across desktop platforms. macOS keeps requests isolated to the device that created them, while Windows preserves pairing state when the subscriber count cannot be read. The previously reported Windows state-loss path was exercised: an unavailable subscriber count returns before any pairing request is cancelled. Confidence Score: 5/5The connection and pairing-state changes preserve active-device requests and avoid clearing state when Windows connection status is unknown. No blocking failure remains.
What T-Rex did
Reviews (2): Last reviewed commit: "fix: preserve unknown subscription state" | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #548
Summary
No Android or public protocol changes are required.
Validation
npm run lintnpm test(40 passed)npm run buildcargo fmt --manifest-path src-tauri/Cargo.toml --checkcargo clippy --manifest-path src-tauri/Cargo.toml --all-targets -- -D warningscargo test --manifest-path src-tauri/Cargo.toml(129 passed)