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"
可是链接有错误:
请问高手,如何解决?谢谢!

