Hi,
I'm trying to connect my mobile phone to my development board nrf52840dk using the Zephyr HCI_USB sample (https://github.com/nrfconnect/sdk-zephyr/tree/main/samples/bluetooth/hci_usb) and the nrf sdk version, 2.5.0, but it's not working. When I try to scan using bluetoothctl, my phone doesn't appear, and I have no way to pair.
I tried to check the HCI configuration using hciconfig, but I encountered an error: "Can't read local name on hci0: Input/output error (5)".
Below the lsusb configuration :
If I try to change any setting, I still get the same error, "Operation not supported".
Does anyone know how to fix this issue ?
Regards.