Fast Path Summary
- Confirm protocol and GATT docs: UUIDs, packet format, sample rate, channel map, and timestamps.
- Choose the integration path:
eeg-web-bledevice module atsrc/devices/<vendor>/- sibling package such as
packages/eeg-web-<vendor>for bridge-heavy flows - app-local adapter for private proofs of concept
- Converge on
HeadbandTransportandHeadbandFrameV1. - Add mocked BLE and packet tests.
- Update docs and add a changeset for publishable changes.