Add optional queueId to BLE command queue#261
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces an optional queueId parameter to the BLE command queue, allowing commands to be routed to specific queues. It updates various BLE operations and extensions to accept and propagate this parameter, and adds comprehensive unit tests for the command queue functionality. The feedback suggests improving readability by placing positional arguments before named arguments, using pumpEventQueue() consistently in tests, and ensuring queueId is propagated in the fallback pairing logic when hasSystemPairingApi is false.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.