Hi,
I got an issue when setting these configurations on the new NCS v1.6.0:
CONFIG_BT_L2CAP_TX_MTU=128 CONFIG_BT_L2CAP_RX_MTU=128
It has worked well on v1.5.1.
Thank you,
Nhuan
Hi,
I got an issue when setting these configurations on the new NCS v1.6.0:
CONFIG_BT_L2CAP_TX_MTU=128 CONFIG_BT_L2CAP_RX_MTU=128
It has worked well on v1.5.1.
Thank you,
Nhuan
Hi!
The second config, BT_L2CAP_RX_MTU, has been removed in NCS v1.6.0 with this commit.
The new configuration is BT_BUF_ACL_RX_SIZE, which is just BT_L2CAP_RX_MTU plus the L2CAP PDU header size of 4 bytes.
Best regards,
Heidi
Thank you very much, it worked for me.
Thank you very much, it worked for me.