![]() |
nRF Connect SDK API 3.3.99
|
| 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.
| [in] | cli | Sensor client receiving the message. |
| [in] | ctx | Message context. |
| [in] | id | Sensor type ID. |
| [in] | opcode | The opcode of the message containing the unknown sensor type. |