Searched refs:bt_mesh_health_cli_period_set (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_cli.h | 285 int bt_mesh_health_cli_period_set(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | health.c | 219 err = bt_mesh_health_cli_period_set(cli, ctx.addr ? &ctx : NULL, divisor, in period_set()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | health_cli.c | 262 int bt_mesh_health_cli_period_set(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_period_set() function
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 3781 err = bt_mesh_health_cli_period_set(&health_cli, &ctx, cp->divisor, in health_period_set()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 157 * :c:func:`bt_mesh_health_period_set()` replace with :c:func:`bt_mesh_health_cli_period_set()`
|