Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dfoundation.h19 #define OP_ATTENTION_SET BT_MESH_MODEL_OP_2(0x80, 0x05) macro
Dhealth_cli.c213 BT_MESH_MODEL_BUF_DEFINE(msg, OP_ATTENTION_SET, 1); in bt_mesh_health_cli_attention_set()
218 bt_mesh_model_msg_init(&msg, OP_ATTENTION_SET); in bt_mesh_health_cli_attention_set()
Dhealth_srv.c365 { OP_ATTENTION_SET, BT_MESH_LEN_EXACT(1), attention_set },