nRF54L15-DK used with BlueZ, connecting to other peripheral BLE devices, automatic disconnection after connection

After using the official example hci_uart with the nRF54L15-DK, it is configured as an HCI controller. I used bluetoothctl commands like scan on and connect to scan for peripheral devices (dual-mode Bluetooth headphones and a BLE debug assistant in peripheral mode) and establish connections. Using info + MAC address, I could see the connect status displayed as yes, indicating a successful connection. However, the connection would disconnect after about a minute. Below is the event capture from btmon. I've tried various approaches, but this issue persists. I'm hoping you can suggest solutions. However, when I use nRF Connect for mobile as the host device to connect to the nRF54L15-DK, the connection remains stable. Why is that?

Parents
  • However, when I use nRF Connect for mobile as the host device to connect to the nRF54L15-DK, the connection remains stable. Why is that?

    Do you have to option to test on another device? Could be that the computers BLE and the DK maybe has some issues. So if you can test on another computer or with another external BLE device on the computer to see if issue presist? 

    What version of NCS are you using?

    Have you tested another sample also, to see if it also has the same issue? 

    Regards,
    Jonathan

Reply
  • However, when I use nRF Connect for mobile as the host device to connect to the nRF54L15-DK, the connection remains stable. Why is that?

    Do you have to option to test on another device? Could be that the computers BLE and the DK maybe has some issues. So if you can test on another computer or with another external BLE device on the computer to see if issue presist? 

    What version of NCS are you using?

    Have you tested another sample also, to see if it also has the same issue? 

    Regards,
    Jonathan

Children
Related