Hello,
We have developed a GATT based application based on nRF5_SDK_15.0 (Bluetooth LE without mesh). We want to add mesh functionality in this code as you described in this ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/43167/nrf5-to-mesh-upgrade
To achieve this I'm following this guide: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.1.0%2Fmd_doc_getting_started_how_to_nordicSDK.html
I have copied the mesh, models, external and examples folders into SDK 15 project and added paths to the projects. Next it says:
Add the following preprocessor symbols to the nRF5 SDK example's project file:
I'm not sure in which files to add these symbols. Same goes for following piece of code:
Can you please share some more details/documentation how to achieve this? My end goal is to add mesh functionality to already developed GATT application and utilize the (developed) code as it is (if possible). What is more easier, adding SDK15 code to mesh or adding mesh to SDK15?