Searched refs:OP_NODE_IDENTITY_STATUS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | foundation.h | 86 #define OP_NODE_IDENTITY_STATUS BT_MESH_MODEL_OP_2(0x80, 0x48) macro
|
D | cfg_cli.c | 997 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_NODE_IDENTITY_STATUS, ctx->addr, in node_identity_status() 1084 { OP_NODE_IDENTITY_STATUS, BT_MESH_LEN_EXACT(4), node_identity_status}, 2190 .op = OP_NODE_IDENTITY_STATUS, in bt_mesh_cfg_cli_node_identity_set() 2214 .op = OP_NODE_IDENTITY_STATUS, in bt_mesh_cfg_cli_node_identity_get()
|
D | cfg_srv.c | 1752 BT_MESH_MODEL_BUF_DEFINE(msg, OP_NODE_IDENTITY_STATUS, 4); in send_node_id_status() 1754 bt_mesh_model_msg_init(&msg, OP_NODE_IDENTITY_STATUS); in send_node_id_status()
|