Populating this struct

Hi,
I defined an address in OTP as my Bluetooth name to display to the user.
I used your hw_otpc_read ( ) to read the OTP data into my RAM variable.

I am not sure how to populate this struct :

struct app_device_info device_info = {
{ USER_DEVICE_NAME_LEN, USER_DEVICE_NAME},
0x0000 };

I will keep the Length as a constant, but USER_DEVICE_NAME confuses me.

This supplies : device_info.dev_name.name

I don’t want to make many changes and then I break the Bluetooth Module.
I see a memcpy ( ) where I could make a change.

What would you suggest?
Thanks Gert