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.

程序链接的问题

Other Parts Discussed in Thread: CC2541

我搞蓝牙CC2541,SDK里simpleBLECentral工程里simpleGATTprofile.c文件里有一个函数:

extern bStatus_t SimpleProfile_SetParameter( uint8 param, uint8 len, void *value );
头文件里有声明。
我在simpleBLECentral.c里调用,添加了头文件:
#include "simpleGATTprofile.h"
可是链接有错误:
请问高手,如何解决?谢谢!