How can I set serial number visible in DIS service programaticaly? I know I can set CONFIG_BT_DIS_SERIAL_NUMBER_STR, but putting serial number in project's source code makes no sense. Serial number should be unique for each device. So I'd like to read it using hw_id_get() and put it into DIS. In old Nordic SDK it was trivial. In Connect SDK it seems to be not possible.