Hello Nordic Team
I am using SDK 3.0.1 with a nRF52DK to develop a firmware that can be switched from BLE mode to GAZELL mode and vice versa over a command sent via UART port.
My project works good in GAZELL mode, but BLE is not working.
With the help of this article RE: Gazelle and BLE I found out that if I comment out the following lines in gzll_glue.c, the BLE part is also working correctly.