I first compiled and uploaded the code to my nrf5340dk_nrf5340_cpuapp card. I can't see it broadcasting from my Android device. Output on terminal screen:
*** Booting Zephyr OS build v3.2.99-ncs1 ***
[00:00:00.428,436] <inf> app: Hello World nrf5340dk_nrf5340_cpuapp
[00:00:00.428,588] <inf> remote: Initializing bluetooth...
[00:00:00.440,704] <err> remote: Couldn't start advertising (err = -11)
[00:00:00.440,734] <err> app: bt_enable returned -11
[00:00:00.440,765] <inf> app: Running...
When I select and install the code nrf5340dk_nrf5340_cpunet, it appears on my Android device, but data is not exchanged. Text in terminal:
*** Booting Zephyr OS build v3.2.99-ncs1 ***
[00:00:00.254,241] <inf> app: Hello World! nrf5340dk_nrf5340_cpuapp
[00:00:00.254,394] <inf> remote: Initializing bluetooth...
[00:00:01.255.401] <err> bt_hci_driver: Endpoint binding failed with -11
[00:00:01.255,432] <err> bt_hci_core: HCI driver open failed (-11)
[00:00:01.255,462] <err> remote: bt_enable returned -11
[00:00:01.255,462] <err> app: bt_enable returned -11
[00:00:01.255,493] <err> app: Running...
What should I do about this problem I am experiencing?
