Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c167 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_ATTENTION_STATUS, in health_attention_status()
186 { OP_ATTENTION_STATUS, BT_MESH_LEN_EXACT(1), health_attention_status },
202 .op = OP_ATTENTION_STATUS, in bt_mesh_health_cli_attention_get()
223 .op = OP_ATTENTION_STATUS, in bt_mesh_health_cli_attention_set()
Dhealth_srv.c234 BT_MESH_MODEL_BUF_DEFINE(msg, OP_ATTENTION_STATUS, 1); in send_attention_status()
242 bt_mesh_model_msg_init(&msg, OP_ATTENTION_STATUS); in send_attention_status()
Dfoundation.h21 #define OP_ATTENTION_STATUS BT_MESH_MODEL_OP_2(0x80, 0x07) macro