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

◆ bt_mesh_scheduler_cli_action_set_unack()

int bt_mesh_scheduler_cli_action_set_unack ( struct bt_mesh_scheduler_cli cli,
struct bt_mesh_msg_ctx *  ctx,
uint8_t  idx,
const struct bt_mesh_schedule_entry entry 
)

#include <include/bluetooth/mesh/scheduler_cli.h>

Set the appropriate Scheduler Action without requesting a response.

Parameters
[in]cliScheduler client model.
[in]ctxMessage context to send with, or NULL to use the configured publication parameters.
[in]idxIndex of the Schedule Register entry to set.
[in]entryThe entry of the Scheduler Register.
Return values
0Successfully sent the set message.
-EINVALInvalid parameters.
-EADDRNOTAVAILA message context was not provided and publishing is not configured.
-EAGAINThe device has not been provisioned.