Checking if this is possible and how to complete.
For the ble_app_beacon example, I'm able to reuse #define APP_DEVICE_TYPE 0x02, to be #define APP_DEVICE_TYPE 0x0E, 0x06, 0x40, 0x07, and view the new Specific data as hex for the beacon example in NRFconnect
NRF_LOG_INFO("DEVICEID0: %08X\n", NRF_FICR->DEVICEID[0]); returns DEVICEID0: 0E064007
Question, without hardcoding the device id, how can I set the APP_DEVICE_TYPE to be the value for NRF_FICR->DEVICEID[0]) so that manuf_specific_data can send it?
-thank-you.