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.

cc2540主从一体工程中主机搜索的问题



我在官方提供的主从一体工程中的simpleBLECentralEventCB, 添加事件: GAP_DEVICE_INFO_EVENT和GAP_LINK_ESTABLISHED_EVENT, 在初始化事件中GAP_DEVICE_INIT_DONE_EVENT已经添加了GAPCentralRole_StartDiscovery();

可是GAP_DEVICE_INFO_EVENT和GAP_LINK_ESTABLISHED_EVENT这两个都不会进入? 应该说搜索到了从机就会进入GAP_DEVICE_INFO_EVENT的?

同样的单纯主机的例程就没有这样的问题