Docs: incorrect pairing order and missing adapter recovery procedure #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Standalone — no plan or project page.
Repo
ldraney/keyboard
What Broke
Pairing docs had the wrong command order (pair before trust) and used separate
bluetoothctlinvocations, which drops the agent registration. No documentation existed for recovering from adapter dropout (USB controller reset) or handling BLE MAC rotation on re-pair.Repro Steps
AuthenticationFailedorConnectionAttemptFailedExpected Behavior
Docs should provide correct pairing order (trust before pair) in a single
bluetoothctlsession, adapter recovery steps, and note that BLE random addresses rotate.Environment
Acceptance Criteria
Related
None