Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h18 #define OP_ATTENTION_GET BT_MESH_MODEL_OP_2(0x80, 0x04) macro
Dhealth_cli.c193 BT_MESH_MODEL_BUF_DEFINE(msg, OP_ATTENTION_GET, 0); in bt_mesh_health_cli_attention_get()
198 bt_mesh_model_msg_init(&msg, OP_ATTENTION_GET); in bt_mesh_health_cli_attention_get()
Dhealth_srv.c363 { OP_ATTENTION_GET, BT_MESH_LEN_EXACT(0), attention_get },