Searched refs:OP_RELAY_STATUS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | foundation.h | 54 #define OP_RELAY_STATUS BT_MESH_MODEL_OP_2(0x80, 0x28) macro
|
D | cfg_srv.c | 610 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()
|
D | cfg_cli.c | 240 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()
|