Hi
I use the example "light_switch/server" project of nrf5_SDK_for_Mesh, and I want to add ble scan and connect func to the project, and make it possible be discoveried and connected by the app "nRF Connect" on phone.
I have got a example "nRF5_SDK_14.0.0_3bcc1f7\examples\ble_peripheral\experimental\ble_app_gatts_c" on nRF5_SDK_14.0.0, and it can achieve the above mentioned functions,so I want to combine this two examples.
I make it compile completed, and when I run the firmware, and a MESH ASSERT error occurred.
First I run this
then I run this
the error occured at "RETURN_ON_ERROR(sd_softdevice_is_enabled(&softdevice_is_enabled));"