Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_srv.h128 void (*attn_on)(const struct bt_mesh_model *model); member
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c467 if ((time > 0) && srv->cb && srv->cb->attn_on) { in bt_mesh_attention()
468 srv->cb->attn_on(model); in bt_mesh_attention()
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c67 .attn_on = attention_on,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_srv.rst43 :c:member:`bt_mesh_health_srv_cb.attn_on` is called at the beginning of the
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c38 .attn_on = attention_on,
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c173 .attn_on = attention_on,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c142 .attn_on = attention_on,