bt_hci_driver: Endpoint binding failed with -11 [00:00:02.273,956]

Hi,

I’m using the nRF5340 for a beacon development project in VS Code with nRF Connect SDK v3.1.1.

However, I’m facing the following error during initialization:

Starting Beacon Demo
[00:00:02.273,956] <err> bt_hci_driver: Endpoint binding failed with -11
[00:00:02.273,956] <err> bt_hci_core: HCI driver open failed (-11)
Bluetooth init failed (err -11)

I’ve gone through several threads discussing the same issue, but none of the suggested solutions have worked for me.

Any guidance or suggestions would be greatly appreciated, as I’m new to working with this dual-core controller.

Parents Reply
  • I am sorry lara, 

    I was pointing you to the old documentation, that is my bad.

    According to this migration notes

    The HCI implementation for both the Host and the Controller sides has been renamed for the IPC transport. The CONFIG_BT_RPMSG Kconfig option is now CONFIG_BT_HCI_IPC, and the zephyr,bt-hci-rpmsg-ipc Devicetree chosen is now zephyr,bt-hci-ipc. The existing sample has also been renamed, from samples/bluetooth/hci_rpmsg to samples/bluetooth/hci_ipc. (GitHub #64391)
    hci_rpmsg has been moved to hci_ipc

Children
No Data
Related