You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(bluetooth): stream input over usb (2026.6.20.3-8A2E)
Route Bluetooth personas over local CDC for live controller input.
Add Bluetooth bundle reports and Pico BT state diagnostics.
Keep run-mode CDC ports out of setup recovery.
"initial-usb-capture.txt preserves USB packet lines harvested before bundle switches personas.",
199
208
"adapter-survey.txt and adapter-survey.json record live persona checks for PS3, generic HID, PS4, keyboard, XInput, Xbox One, and Maple shapes without prompting, including expected, attempted, missing, failed, coverage_status, and stop_reason fields.",
200
209
"Bundle restores the original persona after the adapter survey pass.",
210
+
"Bluetooth mode is captured separately in bluetooth-report.txt and bluetooth-report.json because the Pico stays plugged into the PC and receives live controller input over USB CDC.",
211
+
"Bluetooth mode does not use the USB adapter survey; its live controller packet path is PC USB CDC to Pico, then Bluetooth HID to the paired receiver.",
201
212
"Debug input mode uses the XInput USB shape; debug evidence is not treated as proof that a HID persona works with an adapter.",
202
213
"When a surveyed persona gets descriptor traffic but does not configure, bundle requests a one-shot USB packet capture boot for that same persona.",
203
214
"If persona switching, USB diagnostic queries, packet capture, or persona restore cannot complete, bundle-capture.txt records the failed step, duration, and reason.",
0 commit comments