Is there a way to get the RSSI value of a message using the standard functions within the sdk for mesh. I am currently using a modified version of the simple_on_off client and servers models. The function I receive messages uses a function definition similar to the following:
static void handle_status_cb(access_model_handle_t handle, const access_message_rx_t * p_message, void * p_args)
{
Is it possible to obtain the RSSI using any of the arguments in that functions (e.g. access_model_handle_t, access_message_rx_t or p_args).
Thanks, Richard