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.

CC26x2的AOA使用中如何修改信道?



你好,我在使用HCI_LE_SetHostChanClassificationCmd()更新信道映射后,进行AOA测试时发现信道并没有被修改,是我的代码有问题吗?还是使用的方法不对?

我在AOA的实现使用了两个开发板rtls_master和rtls_slave,

在rtls_slave.c的RTLSSlave_init()函数与rtls_master.c中的RTLSMaster_init().函数中加入

HCI_LE_SetHostChanClassificationCmd(chanMap)

如下图所示:

项目运行结果如图所示:

AOA功能在运行时还是使用了所有的信道.请问是哪里出来问题?