Hi,my board is nRF52840dK,and the SDK is ncs 2.7.0.
I want to modify the subevent parameters,
Is there any API to modify them in my code but not in prj.conf? such as
Hi,my board is nRF52840dK,and the SDK is ncs 2.7.0.
I want to modify the subevent parameters,
Is there any API to modify them in my code but not in prj.conf? such as
Hi,
These configs are build time adjustable only. May I ask why you want to change this in code/dynamically?
Hi,
sometimes AP need to send big buff to ESL in AUX_SYNC_SUBEVENT_IND,such as DFU,It is prefer to adjust the TX_MAX_DATA_SIZE to 244,
Most of the time,AP only send a little of bytes to ESL, 24 is enough.it is beneficial for ESL to save engergy
So change them in code is useful。
Hi,
sometimes AP need to send big buff to ESL in AUX_SYNC_SUBEVENT_IND,such as DFU,It is prefer to adjust the TX_MAX_DATA_SIZE to 244,
Most of the time,AP only send a little of bytes to ESL, 24 is enough.it is beneficial for ESL to save engergy
So change them in code is useful。