I have been following the NCS BLE tutorial part 1: Custom Service in Peripheral role - Getting Started - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) for BLE and wanted to run on thingy91_nrf52840.My whole plan is to get data from cloud using 9160 and communicate to 52840 using uart and then communicating from 52840 to devices via BLE.I was able to implement first part (cloud-->nrf9160--->nrf52840).Now when I run the sample code from the tutorial,I get the error " <err> bt_hci_core: No HCI driver registered" on thingy91_nrf52840.What could be reason and how to solve this issue ?