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

◆ unknown_type

void(* bt_mesh_sensor_cli_handlers::unknown_type) (struct bt_mesh_sensor_cli *cli, struct bt_mesh_msg_ctx *ctx, uint16_t id, uint32_t opcode)

Unknown type callback.

Called when the client receives a message with a sensor type it doesn't have type information for.

Parameters
[in]cliSensor client receiving the message.
[in]ctxMessage context.
[in]idSensor type ID.
[in]opcodeThe opcode of the message containing the unknown sensor type.