找回密码
 立即注册

微信扫码登录

查看: 251|回复: 1

Fragmentation

[复制链接]

1

主题

0

回帖

19

积分

新手上路

积分
19
发表于 2024-10-11 14:35:17 | 显示全部楼层 |阅读模式
Hello,


We have a working Zigbee router application and need to support to transmit larger packets which will require adding fragmentation.  How can we enable fragmentation?  Is there any documentation on this?

I'm guessing I need to change APS_MAX_WINDOW_SIZE from 1 to a larger value.  Anything else?

Thank you.

27

主题

121

回帖

447

积分

版主

积分
447
发表于 2024-10-11 15:49:11 | 显示全部楼层
Hi,
This parameter APS_MAX_WINDOW_SIZE does not need to be modified.
When sending a message, simply set its corresponding bit to 1, like as
epInfo_t dstEpInfo;
memset((u8 *)&dstEpInfo, 0, sizeof(epInfo_t ));

dstEpInfo.txOptions |= APS_TX_OPT_FRAG_PERMITTED;

...

af_dataSend(...);



您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Telink forum ( 沪ICP备17008231号-1 )

GMT+8, 2024-11-24 05:23 , Processed in 0.079902 second(s), 18 queries .

Powered by Telink 隐私政策

泰凌微电子版权所有 © 。保留所有权利。 2024

快速回复 返回顶部 返回列表