nrf_mesh_config_app.h at the generic level mesh example contains constants like DEVICE_COMPANY_ID, DEVICE_PRODUCT_ID and DEVICE_VERSION_ID.
I've expected those values to be included in the advertisement data, but oddly enough, they ain't, which leads to a few question:
- Are those constants actually used somewhere? (A quick grep lead to the suspicion that they are orphans.)
- Do those values need to be in sync with the settings page?
- What needs to be done to have those values included in the advertisement data?
Any clarification is welcome, thank you.