nRF Connect SDK API 2.8.99
|
void(*const bt_mesh_onoff_srv_handlers::get) (struct bt_mesh_onoff_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_onoff_status *rsp) |
Get the OnOff state.
[in] | srv | Server instance to get the state of. |
[in] | ctx | Message context for the message that triggered the change, or NULL if the change is not coming from a message. |
[out] | rsp | Response structure to be filled. |