mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Until now the choice of reliable sending (segmented messages with acks) was implicitly dependent on the size of the payload. Add a new member to the bt_mesh_model_pub to force using segment acks even when the payload would fit a single unsegmented message.