In the `Serial Interface`, the `Bluetooth Mesh Packet Send` command does allow specifying the `Time To Live` (TTL) for arbitrary packets, but there is no field for `Retransmit Count` and `Retransmit Interval Steps`. Is there a "programmatic" way of specifying those parameters for arbitrary packets (or at least their default values) using the Serial Interface, or can those values only be specified statically in the "Serial firmware" as default values? And, if they can only be specified in the firmware, what is the recommended way of doing it? Is it through "definitions" in the `nrf_mesh_config_app.h` header, or is it done elsewhere in the SDK?