I'm asking again because I asked the same question last time, but it hasn't been solved.
What I want is if there is anything in TLSR8258 that provides the RSSI value through API functions or variables.
Is there a way to obtain the RSSI value for a received message in the Telink BLE Mesh callback function "void rf_link_data_callback (u8 *p)"?
To estimate the distance between the receiving module and the transmitting modules and identify the closest transmitter,
it is essential to read the RSSI value. Does Telink provide an API function for this?
I have already checked the documentation and understand what "rssi_pkt" is.
It works fine in "sig_mesh_sdk", but in "telink_mesh_sdk", I get an error stating that the variable is not defined.