You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Bluetooth Mesh project and would like to start using the Extended advertising feature.
I have a few questions:
Since I will use the extended advertise, I would like to use its ability to send large unsegmented messages.
Is this planned to be supported? If not, is it safe to increase the value that determines the max unsegmented msg size (BT_MESH_SDU_UNSEG_MAX)?
Currently, the max msg size is 380 bytes and each segment max size is BT_MESH_SDU_UNSEG_MAX (11 bytes).
Does the ability to use legacy and extended advertise simultaneously (instead of only one of them in build time) will be supported before Mesh profile spec 2.0 will be released?
Does Mesh directed forwarding is planned to be supported? If it is, do you have an estimation when?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the Bluetooth Mesh project and would like to start using the Extended advertising feature.
I have a few questions:
Is this planned to be supported? If not, is it safe to increase the value that determines the max unsegmented msg size (BT_MESH_SDU_UNSEG_MAX)?
Currently, the max msg size is 380 bytes and each segment max size is BT_MESH_SDU_UNSEG_MAX (11 bytes).
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions