Home
last modified time | relevance | path

Searched refs:pub_buf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h35 struct net_buf_simple pub_buf; member
116 int (*update)(struct bt_mesh_health_cli *cli, struct net_buf_simple *pub_buf);
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c410 return cli->update(cli, &cli->pub_buf); in update_callback()
430 cli->pub.msg = &cli->pub_buf; in health_cli_init()
432 net_buf_simple_init_with_data(&cli->pub_buf, cli->pub_data, sizeof(cli->pub_data)); in health_cli_init()