Can the user redefine NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH?

Hello, I am learning the development of Gazell Link Layer.

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/gzll/doc/api.html#c.NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH

This macro is written in the document, and I checked that its value is 32. This payload length is too small. I hope it is 64 bytes or longer. Can the user redefine this macro?

Related