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).
我不希望我的设备对每一次连接都发起配对绑定,而是由我自己决定,那么如果我不使能ENABLE_AUTO_RSP,在ble_simple_peripheral例程的gap_callback中,我应该手动处理哪些事件呢?或者是否有参考例程呢?
目前状态是手机配对绑定后成功后,断开连接手机无法自动回连,在GAP_EVT_SMP_ENCRYPT_REQ事件中我应该做些什么呢?