Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h61 void (*attention_status)(struct bt_mesh_health_cli *cli, uint16_t addr, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c176 if (cli->attention_status) { in health_attention_status()
177 cli->attention_status(cli, ctx->addr, attention); in health_attention_status()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c215 .attention_status = health_attention_status,