Issue
A customer is developing TWS paired speakers using the Jieli AC696N development board. They need to implement a “button-triggered pairing” function, but are unsure which IO pin to connect the button to and how to configure it in the code. Analysis & Reproduction
When reviewing the Jieli AC696N TWS paired speaker example project, we found that pairing is typically triggered by an AD key or a regular GPIO key. The example project reserves the pairing button logic, but does not explicitly state the hardware connection or software configuration mapping. The correct setup requires cross-referencing the schematic diagram and the key scan module in the code. Solution
Open the TWS paired speaker example project and locate the key configuration section: After completing the configuration, compile and burn the firmware. The button will then trigger TWS pairing. Summary
The customer reported “OK” after half an hour following the guidance. The AC696N TWS example project already contains a