I'm using nRF Connect SDK v2.1.2 with Visual Studio Code and a nrf52840DK.
I have implemented this app (OpenThread CoProcessor NCP from Zephyr) and it is working correctly. Now I need to add BLE protocol so I checked that the multiprotocol was activated:
I activated the BLE protocol broadcaster:
My problem is when I flash into de board and I cant see the device advertising.
I checked the main.c and this file didnt changed, is the same file as it was before adding BLE.
Should I add the initialization manually? How?
On the other hand, is this BLE multiprotocol acting like NCP or RCP? Should I communicate with the coProcessor from my host via HCI (If it is RCP) or UART (If it is NCP)? How can I configure it as NCP/RCP?