强烈 建议 TI 把 cc2540 的 API 做一份 中文说明书。
同意 的 请举个手!
QINGCHENG GUO:
墙裂建议是没用的.
除非哪天中国出了一家或者几家, 有资格跟TI 竞争的本土公司, 且本土公司的文档全中文.
Xinpin Guo:
回复 Albin Zhang:
/*** @briefCalled to setup a GAP Advertisement/Scan Response data token.*调用这个函数建立 GAP 广播和 扫描应答数据获取*SuoZhang,2017年5月9日08:54:24** NOTE:The data in these items are stored as low byte first (OTA format).*The passed in structure "token" should be allocated by the calling app/profile*and not released until after calling GAP_RemoveAdvToken().注意:这些项目中的数据被存储为低字节(OTA格式)。通过结构分配的“令牌”应该调用应用程序/配置文件*和没有公布,直到后调用GAP_RemoveAdvToken()。** @parampToken - Advertisement/Scan response token to write. 广播/扫描 应答或者写。** @returnSUCCESS - advertisement token added to the GAP list <BR> 成功:广播成功加入 GAP 的 表中!*INVALIDPARAMETER - Invalid Advertisement Type or pAttrData is NULL <BR> 无效的广播类型或者数据为NULL.*INVALID_MEM_SIZE - The tokens take up too much space and don't fit into Advertisment data and Scan Response Data<BR>*令牌占用太多的空间和不符合广告数据和扫描响应数据.*bleInvalidRange - token ID already exists.<BR> 令牌ID 已经存在.*bleIncorrectMode - not a peripheral device<BR> 不是从机设备.*bleMemAllocError - memory allocation failure, 内存分配失败.*/extern bStatus_t GAP_SetAdvToken( gapAdvDataToken_t *pToken );大神 翻译 的 对吗 ,不对的 地方 多多指教。