Searched refs:BT_MESH_MODEL_HEALTH_SRV (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_srv.h | 175 #define BT_MESH_MODEL_HEALTH_SRV(srv, pub, ...) \ macro
|
/Zephyr-latest/tests/bluetooth/mesh_shell/src/ |
D | main.c | 53 BT_MESH_MODEL_HEALTH_SRV(&bt_mesh_shell_health_srv, &health_pub, health_srv_meta),
|
/Zephyr-latest/tests/bluetooth/mesh/basic/src/ |
D | main.c | 95 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | main.c | 80 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
|
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | main.c | 252 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 173 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 391 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.c | 194 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub, health_srv_meta),
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 716 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/ |
D | btp_mesh.c | 1029 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/ |
D | device_composition.c | 3115 BT_MESH_MODEL_HEALTH_SRV(&health_srv, &health_pub),
|