nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_mesh_sensor_value_to_float()

enum bt_mesh_sensor_value_status bt_mesh_sensor_value_to_float ( const struct bt_mesh_sensor_value sensor_val,
float *  val 
)

#include <include/bluetooth/mesh/sensor.h>

Convert a bt_mesh_sensor_value to a float.

If this function returns a status for which bt_mesh_sensor_value_status_is_numeric returns false, val is not modified.

Parameters
[in]sensor_valThe bt_mesh_sensor_value to convert.
[out]valThe resulting float.
Returns
The status of the conversion.