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.

CC2642R: TI CC2642 HID示例问题

Part Number: CC2642R


我在使用TI HID示例中发现,在两个任务中都调用了GAP_RegisterForMsgs。我需要增加RSSI获取,于是我在其中一个任务的连接事件中调用HCI_ReadRssiCmd,但是发现会把这个事件通知只通知另外一个任务。请问这是为什么,不是应该两个都收到吗?