docs: land Bluetooth presence sensor plan (cross-repo with burble)#45
Merged
Conversation
NeuroPhone-side projection of the cross-repo Bluetooth integration designed with burble. Sensor-class only: presence advertisements read from BLE adv payload, decoded, decayed, fed into the existing sensor → LSM → ESN → bridge pipeline alongside accelerometer/gyro. Hard guarantees preserved: - No RECORD_AUDIO. No voice client. - No outbound advertising (read-only on the Burble protocol). - BLUETOOTH_SCAN requested with neverForLocation flag. - Toggle defaults OFF, separate from main sensor consent. - AI_INSTALLATION_GUIDE.adoc update is a hard prerequisite for Phase 2 ship so the AI-driven install asks the right consent. Authoritative full plan lives at burble/docs/architecture/ANDROID-CLIENT.adoc; this doc covers only the neurophone side and points to burble for the wire format and voice client design. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
hyperpolymath
enabled auto-merge (squash)
May 13, 2026 00:15
hyperpolymath
disabled auto-merge
May 13, 2026 00:34
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.
Summary
Lands the neurophone-side plan for the cross-repo Bluetooth presence integration designed with sibling repo
burble. Documentation only — no code changes, no Phase 2 implementation yet.NeuroPhone gains a BLE presence sensor (read-only) that feeds the existing
sensor → LSM → ESN → bridge → LLMpipeline alongside accelerometer / gyro / light / proximity. The authoritative cross-repo plan is inburble/docs/architecture/ANDROID-CLIENT.adoc; this doc is the neurophone-specific projection.Privacy posture preserved
NeuroPhone's existing README guarantees no mic / no contacts / no personal data. Adding BLE scanning is a real change, handled carefully:
RECORD_AUDIO. Neurophone is not getting a voice client.BLUETOOTH_SCANrequested withusesPermissionFlags="neverForLocation"— no location permission demanded, scan results not treated as location data.BurbleNeighborScannerfilters on Burble UUID and decodes only the published payload fields. Does not do generic device discovery; does not log non-Burble MACs.AI_INSTALLATION_GUIDE.adocupdate is a hard prerequisite for Phase 2 ship — the AI-driven install flow asks consent questions in a specific order; adding a sensor without updating the script means the AI doesn't ask, which means it's silently enabled.Repository ownership
bt-presencebluetooth/packageBuild-time codegen pulls burble's a2ml manifest into the rust crate — single source of truth, no protocol fork.
Test plan
🤖 Generated with Claude Code