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

◆ settings

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.

Parameters
[in]cliSensor client receiving the message.
[in]ctxMessage context.
[in]sensorSensor instance.
[in]idsAvailable sensor setting IDs.
[in]countThe number of sensor setting IDs.