GAPRole_ProcessEvent 无法进入问题
时间:10-02
整理:3721RD
点击:
您好:
我想问下 我的工程 无法进入GAPRole_ProcessEvent 这里任务事件,会有什么原因导致的?
在初始化里有添加 GAPRole_Init( taskID++ ); 任务ID了。而且任务ID 和 任务事件也是一一对应的,没有多没有少。
/*********************************************************************
* @brief Task Event Processor function.
*
* Internal function defined in peripheral.h.
*/
uint16 GAPRole_ProcessEvent( uint8 task_id, uint16 events )
{
VOID task_id; // OSAL required parameter that isn't used in this function
if ( events & SYS_EVENT_MSG )
{
uint8 *pMsg;
。。。
在这函数里面设置断点后运行 是没有进到此断点。。。请各位大神求解。。。谢谢!
你看一下协议栈,相应的事件产生了没有?
怎么看?不是很懂,望指点。