Hi
Let us say I wanted to integrate mesh capability into one of the existing GATT based sample apps - like say "ble_app_hts" so that I could publish the temperature over the mesh via a custom model and add GATY_PROXY capability.
That means softdevice ble events have to be fed into the mesh stack.
The current light switch proxy sample app uses "NRF_SDH_SOC_OBSERVER" to register a handler for ble events and I frankly do not understand how that works - complicated by the fact that I using Keil and not Segger IDE.
My problem is related to this because when I try to provision using the iOS app it gets to 25% and then nothing more happens.
My guess is that soft device events are not getting to the mesh stack.
Basically I am trying to make things work without using NRF_SDH_SOC_OBSERVER so I need to explicitly feed softdevice events to the mesh. But frankly none of that is make clear
Look forward to hearing from you and my thanks in advance
Best regards
Mahendra