如何修改notify value的长度
时间:10-02
整理:3721RD
点击:
用CC2540去发送notify,发现数据的长度只能为8bit,请问数据长度是否可以修改,烦告知,谢谢。
代码中是有的这个函数,
extern bStatus_t GATTServApp_ProcessCharCfg( gattCharCfg_t *charCfgTbl, uint8 *pValue,
uint8 authenticated, gattAttribute_t *attrTbl,
uint16 numAttrs, uint8 taskId );
请修改character的value值的长度