Hi,
I have an nRF5340 DK, and my BLE project runs fine on it. However, when I flash the same code onto my custom board, bt_enable()
returns error -11
, which seems to be related to bt_hci_open()
. Could you help me identify and fix the issue?
Thanks,