Integration test for new ble gatt protocol - #781
Open
dastansam wants to merge 1 commit into
Open
Conversation
dastansam
marked this pull request as ready for review
March 2, 2026 12:52
dastansam
force-pushed
the
test/ble-integration
branch
from
March 11, 2026 17:51
b5c67f3 to
6c1b672
Compare
PR #781 sat on the dead branch wip/ble-gatt-messaging_rebased (no movement since 2026-03), and had diverged from main at 2026-03-10. Rebasing onto that base would have replayed ~108 commits of main history onto a stale branch; instead this squashes the branch's net BLE work onto current main so the PR can target main. Resolution policy: - libqaul core / CLI / everything in the cargo workspace: main's version. The branch's own final commit already intended to "restore libqaul/cli files to origin/main", so the net diff carries no Rust changes outside the ble_module crate. Workspace builds clean. - ble_module (Cargo.toml, ble/ble_service.rs, ble/utils.rs and the new gatt_protocol.rs / rpc / tests): taken from #781 as a self-consistent unit — this is the PR's actual GATT-messaging feature. NOTE: ble_module is excluded from the workspace (exclude = ["ble_module"]) and depends on bluer (Linux/BlueZ), so it does NOT build on this (macOS) host and was NOT compile-verified here — it needs a Linux + BlueZ build before merge. - Non-Rust conflicts (Android Kotlin BleActor/BleService/BleWrapper, build.gradle, QueueModels, pubspec.lock): resolved to main's side (main had deleted BleActor.kt/BleService.kt in its Android BLE refactor). The branch's new Kotlin service files came through as clean additions. Non-Rust correctness is out of scope per the branch owner.
dastansam
force-pushed
the
test/ble-integration
branch
from
July 24, 2026 06:09
6c1b672 to
aef943a
Compare
|
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.




No description provided.