Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我手上有一个程序,如果在上电的时候主动连接从机,可以正常的接收到GAP_EVT_MASTER_CONNECT时间并往后获得GATT的其他事件。但是如果我通过长按按键进行连接,则会一直收到GAP_EVT_MASTER_CONNECT事件,我在这个事件中已经调用了gap_stop_scan();,但是目前看来他并不会停止扫描。整个工程是在官方的Freertos例程中添加了按键检测等任务,希望有朋友可以帮帮。