Part Number: CC2340R5
Tool/software:
I want to set RSSI to improve the performance under CSMA/CA.
As a reference, in the SDK of CC2652, it is set by the following variables.

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2340R5
Tool/software:
I want to set RSSI to improve the performance under CSMA/CA.
As a reference, in the SDK of CC2652, it is set by the following variables.

Hello Senjin,
Please use the ZB_MAC_SET_CCA_RSSI_THRESHOLD API, where the only parameter is the rssi value as a signed int8_t in units of dBm. You can use ZB_MAC_GET_CCA_RSSI_THRESHOLD to check this value.
Regards,
Ryan