nullp0tr / bluew

Bluew is a simple and easy to use bluetooth API for python
MIT License
15 stars 2 forks source link

Enable / disable controller power? #13

Open Hoeze opened 6 years ago

Hoeze commented 6 years ago

Is there a possibility to enable / disable controller power?

I'm not really sure why, but after bluew.remove()-ing a device I have to disable and re-enable my bluetooth adapter to be able to detect it again...

nullp0tr commented 6 years ago

For how long did you wait? It usually takes around 5 secs to get the device back even with bluetoothctl. Also can you see if you can find the device with bluetoothctl and not with bluew? there's currently no way to enable/disable controller, but it can be added:)

Hoeze commented 6 years ago

hmm, this really seems to be a problem with my bluetooth adapter... Using another one does not have this problem.

Nevertheless, this would be a nice feature to save energy :)