Searched refs:OP_MOD_PUB_STATUS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | foundation.h | 39 #define OP_MOD_PUB_STATUS BT_MESH_MODEL_OP_2(0x80, 0x19) macro
|
D | cfg_cli.c | 763 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_MOD_PUB_STATUS, ctx->addr, in mod_pub_status() 1077 { OP_MOD_PUB_STATUS, BT_MESH_LEN_MIN(12), mod_pub_status }, 1931 .op = OP_MOD_PUB_STATUS, in mod_pub_get() 1981 .op = OP_MOD_PUB_STATUS, in mod_pub_set() 2018 .op = OP_MOD_PUB_STATUS, in mod_pub_va_set()
|
D | cfg_srv.c | 659 BT_MESH_MODEL_BUF_DEFINE(msg, OP_MOD_PUB_STATUS, 14); in send_mod_pub_status() 661 bt_mesh_model_msg_init(&msg, OP_MOD_PUB_STATUS); in send_mod_pub_status()
|