/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 }; variable 39 .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]; variable 293 .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 }; variable 153 .uuid = dev_uuid,
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | main.c | 156 static const uint8_t dev_uuid[16] = { 0xdd, 0xdd }; variable 159 .uuid = dev_uuid,
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 394 static uint8_t dev_uuid[16] = { 0xdd, 0xdd }; variable 524 .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 }; variable 253 .uuid = dev_uuid,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 93 static uint8_t dev_uuid[16] = { 0x6c, 0x69, 0x6e, 0x67, 0x61, 0x6f }; variable 240 dev_uuid[6] = '0' + get_device_nbr(); in test_device_init() 364 .uuid = dev_uuid, 824 memcpy(uuid, dev_uuid, 16); in provision_adv() 841 memcpy(uuid, dev_uuid, 16); in provision_remote() 968 memcpy(uuid, dev_uuid, 16); in test_provisioner_pb_remote_client_parallel() 1042 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}; variable 95 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 | 459 static uint8_t dev_uuid[16] = { 0xdd, 0xdd }; variable 614 .uuid = dev_uuid, 671 bin2hex(dev_uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in cmd_uuid() 682 memcpy(dev_uuid, uuid, len); in cmd_uuid() 683 (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() local 653 .uuid = dev_uuid, in mesh_init()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 52 static uint8_t dev_uuid[16]; variable 1360 .uuid = dev_uuid, 1396 memcpy(dev_uuid, cp->uuid, sizeof(dev_uuid)); in config_prov()
|