Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dfoundation.h54 #define OP_RELAY_STATUS BT_MESH_MODEL_OP_2(0x80, 0x28) macro
Dcfg_srv.c610 BT_MESH_MODEL_BUF_DEFINE(msg, OP_RELAY_STATUS, 2); in relay_get()
615 bt_mesh_model_msg_init(&msg, OP_RELAY_STATUS); in relay_get()
630 BT_MESH_MODEL_BUF_DEFINE(msg, OP_RELAY_STATUS, 2); in relay_set()
642 bt_mesh_model_msg_init(&msg, OP_RELAY_STATUS); in relay_set()
Dcfg_cli.c240 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_RELAY_STATUS, ctx->addr, in relay_status()
1068 { OP_RELAY_STATUS, BT_MESH_LEN_EXACT(2), relay_status },
1284 .op = OP_RELAY_STATUS, in bt_mesh_cfg_cli_relay_get()
1305 .op = OP_RELAY_STATUS, in bt_mesh_cfg_cli_relay_set()