在做教程时出错3

⚠️
嗨,...感谢您来论坛。令人兴奋的消息!我们现在正在迁至我们的新论坛平台,将提供更好的功能,并包含在主对话框网站中。所有帖子和帐户都已迁移。我们现在只接受新论坛上的流量 - 请发布任何新线程https://www.dialog-seminile.com/support.。我们将在未来几天修复错误/优化搜索和标记。
4个帖子/ 0新
最后一篇
Michael12344.
离线
最后一次露面:2年3周前
加入:2019-01-29 23:17
在做教程时出错3

你好,

我目前正在经历教程3.我正在收到下面的错误。在执行步骤13.教程中是否有一些我缺少的东西,因为我找了ATT_DECL_CFG和ATT_DECL_USER_DESC,我找不到。

.. \ src \ custom_profile \ user_custs1_def.c(304):错误:#20:标识符“att_decl_cfg”未定义
[cust1_idx_long_value_ntf_cfg] = {(uint8_t *)&att_decl_cfg,att_uuid_16_len,perm(rd,启用)| perm(wr,启用),sizeof(uint16_t),0,null},

.. \ src \ custom_profile \ user_custs1_def.c(306):错误:#20:标识符“att_decl_user_desc”是未定义的
[cust1_idx_long_value_user_desc] = {(uint8_t *)&att_decl_user_desc,att_uuid_16_len,perm(rd,启用),sizeof(cust1_long_value_char_user_desc)-1,sizeof(cutt1_long_value_char_user_desc)-1,cust1_long_value_char_user_desc},

谢谢你。

设备:
PM_DIALOG.
离线
最后一次露面:1天6小时前
职员
加入:2018-02-08 11:03
嗨michael12344,

嗨michael12344,

您能否说明您使用的SDK版本?我强烈建议您使用我们最新的SDK,这是6.0.10版。本教程可能基于以前版本的SKD。请检查SDK6.0.10 AG的BLA_APP_PERITIVELAL示例,您将看到有关特征的定义有一些修改。例如,长值特性定义如下(在user_custs1_def.c文件中):

//长值特征用户描述

[svc1_idx_long_value_user_desc] = {(uint8_t *)和att_desc_user_desc,att_uuid_16_len,perm(rd,启用),sizeof(def_svc1_long_value_char_user_desc) - 1,sizeof(def_svc1_long_value_char_user_desc) - 1,def_svc1_long_value_char_user_desc},

谢谢,PM_DIALOG.

Michael12344.
离线
最后一次露面:2年3周前
加入:2019-01-29 23:17
你好,

你好,

我目前正在使用SDK版本6.0.10。Tutorial List SDK版本5.0.x和版本6.0.x.

https://support.dialog-semicondondondiondum/resource/tutorial-3-custom-prof ...

PM_DIALOG.
离线
最后一次露面:1天6小时前
职员
加入:2018-02-08 11:03
嗨michael12344,

嗨michael12344,

我在上一篇文章中为您提供的指导方针基于SDK6.0.10的顶端。如果您有其他问题,请您告诉我吗?

谢谢,PM_DIALOG.