| /Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ | 
| D | ble_mesh.c | 36 static uint8_t dev_uuid[16] = { 0xdd, 0xdd };  variable39 	.uuid = dev_uuid,
 75 		memcpy(dev_uuid, oob.addr.a.val, 6);  in bt_ready()
 
 | 
| /Zephyr-latest/samples/bluetooth/mesh/src/ | 
| D | main.c | 290 static uint8_t dev_uuid[16];  variable293 	.uuid = dev_uuid,
 348 		addr = sys_get_le16(&dev_uuid[0]) & BIT_MASK(15);  in button_pressed()
 409 		err = hwinfo_get_device_id(dev_uuid, sizeof(dev_uuid));  in main()
 413 		dev_uuid[0] = 0xdd;  in main()
 414 		dev_uuid[1] = 0xdd;  in main()
 
 | 
| /Zephyr-latest/tests/bluetooth/mesh/basic/src/ | 
| D | main.c | 150 static const uint8_t dev_uuid[16] = { 0xdd, 0xdd };  variable153 	.uuid = dev_uuid,
 
 | 
| /Zephyr-latest/samples/bluetooth/mesh_demo/src/ | 
| D | main.c | 156 static const uint8_t dev_uuid[16] = { 0xdd, 0xdd };  variable159 	.uuid = dev_uuid,
 
 | 
| /Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ | 
| D | main.c | 394 static uint8_t dev_uuid[16] = { 0xdd, 0xdd };  variable524 	.uuid = dev_uuid,
 568 		memcpy(dev_uuid, oob.addr.a.val, 6);  in bt_ready()
 
 | 
| /Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ | 
| D | main.c | 18 static const uint8_t dev_uuid[16] = { 0xdd, 0xdd };  variable253 	.uuid = dev_uuid,
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_provision.c | 97 static uint8_t dev_uuid[16] = { 0x6c, 0x69, 0x6e, 0x67, 0x61, 0x6f };  variable262 	dev_uuid[6] = '0' + get_device_nbr();  in test_device_init()
 398 	.uuid = dev_uuid,
 865 	memcpy(uuid, dev_uuid, 16);  in provision_adv()
 882 	memcpy(uuid, dev_uuid, 16);  in provision_remote()
 1009 	memcpy(uuid, dev_uuid, 16);  in test_provisioner_pb_remote_client_parallel()
 1083 	memcpy(uuid, dev_uuid, 16);  in test_provisioner_pb_remote_client_provision_timeout()
 
 | 
| D | test_brg.c | 44 static uint8_t dev_uuid[16] = {0x6c, 0x69, 0x6e, 0x67, 0x61, 0xcc};  variable95 	dev_uuid[6] = get_device_nbr() + 1;  in test_device_init()
 98 	dev_uuid[8] = get_device_nbr() - 1;  in test_device_init()
 153 	.uuid = dev_uuid,
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ | 
| D | shell.c | 447 static uint8_t dev_uuid[16] = { 0xdd, 0xdd };  variable593 	.uuid = dev_uuid,
 650 		bin2hex(dev_uuid, 16, uuid_hex_str, sizeof(uuid_hex_str));  in cmd_uuid()
 661 	memcpy(dev_uuid, uuid, len);  in cmd_uuid()
 662 	(void)memset(dev_uuid + len, 0, sizeof(dev_uuid) - len);  in cmd_uuid()
 
 | 
| /Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ | 
| D | mesh.c | 651 	static const uint8_t dev_uuid[16] = { 0xc0, 0xff, 0xee };  in mesh_init()  local653 		.uuid = dev_uuid,  in mesh_init()
 
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp_mesh.c | 52 static uint8_t dev_uuid[16];  variable1360 	.uuid = dev_uuid,
 1396 	memcpy(dev_uuid, cp->uuid, sizeof(dev_uuid));  in config_prov()
 
 |