bluetool icon indicating copy to clipboard operation
bluetool copied to clipboard

Bluetooth manager for Linux.

Results 8 bluetool issues
Sort by recently updated
recently updated
newest added

ImportError: cannot import name 'Bluetooth' from 'bluetool' (C:\Develop\Python\Anaconda3\lib\site-packages\bluetool\__init__.py)

Can you write the package for python3, so that it would be more useful

Please refer to #4. Closes #5. (#4 also includes the tcpbridge-issue).

When trying to run the sample code given, it is printing an empty array and an error: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1 org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited...

The AgentSvr's run() Method seems to run infinit on Raspberry Pi. Is there an event except a Keyboard Interrupt that has to occur, so that the shutdown() Function is called...

File "~/.local/lib/python2.7/site-packages/bluetool/blueserver.py", line 32, in import gobject as GObject ImportError: No module named gobject Fixed by installing (Archlinux) package `python2-gobject` (and for python3, `pip install gobject` is a thing). Mentioning...

We are in the development of a project regarding **Automated bluetooth testing**. We are writing several python scripts for automation. All the scripts are in Python3. But, since **bluetoo**l is...