Lines Matching +full:0 +full:x67
18 #define MOD_LF 0x0000
20 #define GROUP_ADDR 0xc000
21 #define PUBLISHER_ADDR 0x000f
23 #define OP_VENDOR_BUTTON BT_MESH_MODEL_OP_3(0x00, BT_COMP_ID_LF)
26 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
27 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
30 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
31 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
34 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
35 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
75 BT_MESH_HEALTH_PUB_DEFINE(health_pub, 0);
87 printk("src 0x%04x\n", ctx->addr); in vnd_button_pressed()
90 return 0; in vnd_button_pressed()
96 return 0; in vnd_button_pressed()
100 { OP_VENDOR_BUTTON, BT_MESH_LEN_EXACT(0), vnd_button_pressed },
109 BT_MESH_ELEM(0, root_models, vnd_models),
140 .count = 0xff, in configure()
141 .period = 0x05, in configure()
142 .ttl = 0x07, in configure()
143 .feat = 0, in configure()
156 static const uint8_t dev_uuid[16] = { 0xdd, 0xdd };
210 .period = 0x10, in bt_ready()
233 if (bt_mesh_model_send(&vnd_models[0], &ctx, &msg, NULL, NULL)) { in board_button_1_pressed()
237 printk("Button message sent with OpCode 0x%08x\n", OP_VENDOR_BUTTON); in board_button_1_pressed()
257 static K_SEM_DEFINE(tune_sem, 0, 1);
275 return 0; in main()
278 printk("Unicast address: 0x%04x\n", addr); in main()
284 return 0; in main()
292 return 0; in main()