Home
last modified time | relevance | path

Searched refs:bt_mesh_health_cli (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h27 struct bt_mesh_health_cli { struct
49 void (*period_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument
61 void (*attention_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument
79 void (*fault_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument
98 void (*current_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument
116 int (*update)(struct bt_mesh_health_cli *cli, struct net_buf_simple *pub_buf); argument
153 int bt_mesh_health_cli_fault_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx,
179 int bt_mesh_health_cli_fault_clear(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx,
194 int bt_mesh_health_cli_fault_clear_unack(struct bt_mesh_health_cli *cli,
216 int bt_mesh_health_cli_fault_test(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx,
[all …]
Dshell.h45 extern struct bt_mesh_health_cli bt_mesh_shell_health_cli;
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c27 LOG_MODULE_REGISTER(bt_mesh_health_cli);
43 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_fault_status()
96 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_current_status()
124 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_period_status()
158 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_attention_status()
190 int bt_mesh_health_cli_attention_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_attention_get()
210 int bt_mesh_health_cli_attention_set(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_attention_set()
231 int bt_mesh_health_cli_attention_set_unack(struct bt_mesh_health_cli *cli, in bt_mesh_health_cli_attention_set_unack()
242 int bt_mesh_health_cli_period_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_period_get()
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()
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhealth.c43 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_fault_get()
77 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_clear()
129 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_test()
182 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_period_get()
204 struct bt_mesh_health_cli *cli = mod->rt->user_data; in period_set()
254 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_attention_get()
276 struct bt_mesh_health_cli *cli = mod->rt->user_data; in attention_set()
Dshell.c184 static void health_current_status(struct bt_mesh_health_cli *cli, uint16_t addr, in health_current_status()
192 static void health_fault_status(struct bt_mesh_health_cli *cli, uint16_t addr, in health_fault_status()
200 static void health_attention_status(struct bt_mesh_health_cli *cli, in health_attention_status()
206 static void health_period_status(struct bt_mesh_health_cli *cli, uint16_t addr, in health_period_status()
212 struct bt_mesh_health_cli bt_mesh_shell_health_cli = {
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_cli.rst25 .. doxygengroup:: bt_mesh_health_cli
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c30 static void health_current_status(struct bt_mesh_health_cli *cli, uint16_t addr, in health_current_status()
52 static struct bt_mesh_health_cli health_cli = {
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst99 * Introduced a :c:member:`bt_mesh_health_cli::update` callback which is used to update the message
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c669 static void health_current_status(struct bt_mesh_health_cli *cli, uint16_t addr, in health_current_status()
682 static struct bt_mesh_health_cli health_cli = {