请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC2650STK
大家好、我可以问您一个问题吗? 希望您能帮我...
您能告诉我为什么"hostBLE4"下没有"sensorTag"? 这样、我就无法检测到数据...
提前感谢。
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.
您好,YiKai,我正在按照指南 processors.wiki.ti.com/.../CC2650_SensorTag_User's_Guide 进行操作 ,但我无法理解如何在类型配置中翻译 AA01类型的 UUID ---。
是否有任何 pdf 可解释此主题?
您好、Giuseppe、
您是否在 BLE 软件开发人员指南中看到 GATT_ReadUsingCharUUUUUUUU()和 attReadByTypeREQ_t 的文档? (链接:
)
bStatus_t GATT_ReadUsingCharUUID (uint16 connHandle、attReadByTypeReq_t *pReq、uint8 taskId) ,用于在客户端仅知道 Characteristic UUID 并且不知道特征的句柄时从服务器读取特征值。 ATT 按类型读取请求用于执行子程序。 Attribute Type (属性类型)设置为已知特征 UUID、起始句柄和结束 句柄参数应设置为 执行此读取的范围。 这通常是 特性所属的服务的句柄范围。
您能否再次检查起始句柄和结束句柄参数是否设置正确?