Hi. I am using nrf52840 with Softdevice 16.0.0.
I set the maximum size to 247 bytes. But I probably only need 68 bytes per packet.
Should I reduce my MTU size to 71 or I can keep 247 bytes?
Hi. I am using nrf52840 with Softdevice 16.0.0.
I set the maximum size to 247 bytes. But I probably only need 68 bytes per packet.
Should I reduce my MTU size to 71 or I can keep 247 bytes?
dayizhang curious, are you able to actually send less than your current MTU size at a time doing a Notification? I am trying to work through a similar issue myself here, https://devzone.nordicsemi.com/f/nordic-q-a/73952/ble-using-notify-of-length-less-than-current-mtu-size-issue . but as of now all those Notifications are not allowing me to send anything less than the current MTU size, which seems incorrect behavior to me.
dayizhang curious, are you able to actually send less than your current MTU size at a time doing a Notification? I am trying to work through a similar issue myself here, https://devzone.nordicsemi.com/f/nordic-q-a/73952/ble-using-notify-of-length-less-than-current-mtu-size-issue . but as of now all those Notifications are not allowing me to send anything less than the current MTU size, which seems incorrect behavior to me.
Yes I can.