Home
last modified time | relevance | path

Searched refs:period_status (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h49 void (*period_status)(struct bt_mesh_health_cli *cli, uint16_t addr, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c143 if (cli->period_status) { in health_period_status()
144 cli->period_status(cli, ctx->addr, divisor); in health_period_status()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c216 .period_status = health_period_status,