![]() |
nRF Connect SDK API 3.3.99
|
| void(* bt_mesh_sensor_cli_handlers::cadence) (struct bt_mesh_sensor_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_sensor_type *sensor, const struct bt_mesh_sensor_cadence_status *cadence) |
Sensor cadence callback.
Called when the client receives the cadence of a sensor, either as a result of calling one of bt_mesh_sensor_cli_cadence_get, bt_mesh_sensor_cli_cadence_set or bt_mesh_sensor_cli_cadence_set_unack, or as an unsolicited message.
| [in] | cli | Sensor client receiving the message. |
| [in] | ctx | Message context. |
| [in] | sensor | Sensor instance. |
| [in] | cadence | Sensor cadence information. |