Home
last modified time | relevance | path

Searched refs:attn_off (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_srv.h137 void (*attn_off)(const struct bt_mesh_model *model); member
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c415 if (srv->cb && srv->cb->attn_off) { in attention_off()
416 srv->cb->attn_off(srv->model); in attention_off()
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c68 .attn_off = attention_off,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_srv.rst44 attention period, :c:member:`bt_mesh_health_srv_cb.attn_off` is called at
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c39 .attn_off = attention_off,
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c174 .attn_off = attention_off,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c143 .attn_off = attention_off,