Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h66 #define OP_HEALTH_PERIOD_GET BT_MESH_MODEL_OP_2(0x80, 0x34) macro
Dhealth_cli.c245 BT_MESH_MODEL_BUF_DEFINE(msg, OP_HEALTH_PERIOD_GET, 0); in bt_mesh_health_cli_period_get()
250 bt_mesh_model_msg_init(&msg, OP_HEALTH_PERIOD_GET); in bt_mesh_health_cli_period_get()
Dhealth_srv.c360 { OP_HEALTH_PERIOD_GET, BT_MESH_LEN_EXACT(0), health_period_get },