This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Peripheral & Observer 模式时,配对绑定问题



我们需要一种应用:要同时使用Peripheral & Observer ,现在大致可以工作了,只是配对绑定有问题,发现配对的时候,只能收到开始配对的消息,配对失败时(故意输入错的密码),也可以收到消息,但如果输入正常的密码时,则检测不到任何消息,我们跟踪发现当输入正常密码时,GAPBondMgr_ProcessEvent 根本没有进入。

ble 使用的是1.4版 ,ROLE 使用的是 processors.wiki.ti.com/.../SimpleBLE_ComboRoles