I using nRF52840, SDK: 16, Softdevice: s140 with Keil uVision5.
In my application, I want to merge many example codes like iBeacon, BLE as UART, SPI etc. I have successfully merged everything else in the iBeacon example but unable to merge ble_app_uart example. The problem is some of the options(for example, NRF_BLE_CONN_PARAMS, NRF_BLE_GATT_ENABLE) are not available in sdk_config.h configuration wizard(PFA, left:ble_app_uart, right:ble_app_beacon)
- I can find all of them in the header file(text format) and manually add to the another. Is it the right solution?
- What other things should I consider while merging these two, as it may disturb transmission or softdevice