![]() |
nRF Connect SDK API 3.3.99
|
| void(* bt_mesh_sensor_cli_handlers::settings) (struct bt_mesh_sensor_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_sensor_type *sensor, const uint16_t *ids, uint32_t count) |
Sensor settings list callback.
Called when the client receives the full list of sensor settings, as a result of calling bt_mesh_sensor_cli_settings_get or as an unsolicited message.
| [in] | cli | Sensor client receiving the message. |
| [in] | ctx | Message context. |
| [in] | sensor | Sensor instance. |
| [in] | ids | Available sensor setting IDs. |
| [in] | count | The number of sensor setting IDs. |