fO-000 / bluing

An intelligence gathering tool for hacking Bluetooth
GNU General Public License v3.0
763 stars 105 forks source link

A error occurs when scanning LE LL Features #16

Closed hustwyk closed 3 years ago

hustwyk commented 3 years ago

Hi there, When I use bluescan to scan LE LL Features, an error like this happens:

[ERROR] bluescan.le_scan, Status of HCI_LE_Create_Connection command (0x0c) != ControllerErrorCodes.PENDING (0x00). If this problem persists, please restart the Bluetooth service to resolve it.

I've restarted my bluetooth service and my tested devices, but it does not help at all. What should I do then, any idea?

fO-000 commented 3 years ago

The code 0x0c means "Command Disallowed". So...

  1. Which Bluetooth adapter are you using? Does it support BLE?
  2. Are there any previously unreleased connections that occupy your Bluetooth adapter resources?