identifier "simpleProfileAttrTbl" is undefined
时间:10-02
整理:3721RD
点击:
static attHandleValueNoti_t pReport;
uint16 noti_cHandle; //存放handle
pReport.handle = simpleProfileAttrTbl[11].handle;//读取notification对应的handle
GAPRole_GetParameter( 0x30E, ¬i_cHandle);//获取Connection Handle
pReport.len = 1;//数据长度
pReport.value[0] = 0x03;//赋值
GATT_Notification(noti_cHandle,&pReport,FALSE);
我在simpleBLEPeripheral_HandleKeys中想获取handle,但是用以上方式编译报错,想知道怎样解决
这个是可以外部访问的全局变量吗?如果是的话,需要在你使用的地方声明成extern