-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to open device, err: no supported devices available #90
Comments
Perhaps a little late. I was having the same issue then executed the example with administrator rights. |
For your kind info, already fixed that issue. |
It takes root privilege and exclusive access to the HCI device.
BTW, more recent efforts for BLE with GO can be found at: https://github.com/currantlabs/ble Cheers |
I have recently found https://github.com/bettercap/gatt to be more active. currantlabs hasn't updated in years. |
I am using this fork https://github.com/cksmith/gatt haven't looked into bettercap |
When I am running discoverer.go from example I am getting error no supported devices available.
In addition, my Ubuntu 16.04 is successfully able to discover and connect to devices.
Please advise hwo to solve the issue.
go run examples/discoverer.go
2017/06/03 18:54:06 dev: hci0 up
2017/06/03 18:54:06 Failed to open device, err: no supported devices available
exit status 1
The text was updated successfully, but these errors were encountered: