Home
last modified time | relevance | path

Searched refs:BT_MESH_MODEL_HEALTH_SRV (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_srv.h175 #define BT_MESH_MODEL_HEALTH_SRV(srv, pub, ...) \ macro
/Zephyr-latest/tests/bluetooth/mesh_shell/src/
Dmain.c53 BT_MESH_MODEL_HEALTH_SRV(&bt_mesh_shell_health_srv, &health_pub, health_srv_meta),
/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c95 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c80 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c252 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c173 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c391 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c194 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub, health_srv_meta),
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst716 is removed. Consequently, :code:`BT_MESH_MODEL_HEALTH_SRV` definition is changed
720 to the :code:`BT_MESH_MODEL_HEALTH_SRV` macro, otherwise omit the last argument. (:github:`71281`)
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1029 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub, health_srv_meta),
1098 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub, health_srv_meta_alt),
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.c3115 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),