-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Use code from Inquiry.py example
2. returns line 89, in handleBroadcast
nearby_devices = bluetooth.discover_devices(lookup_names = True)
File "C:\Python27\lib\site-packages\bluetooth\msbt.py", line 9, in discover_devices
return bt.discover_devices (flush_cache, lookup_names, lookup_class)
IOError: No Bluetooth adapter detected
What is the expected output? What do you see instead?
The expected output is that the bluetooth adapter is found. It is included on
the Microsoft bluetooth stack (At hardware>devices it says Microsoft Bluetooth
Enumerator)
What version of the product are you using? On what operating system?
PyBluez-0.20 (win32) for Python 2.7
Python 2.7
Windows 8.1
Please provide any additional information below.
No clue whatsoever why the adapter isn't visible for pyBluez.
Original issue reported on code.google.com by Solouwma...@gmail.com on 1 Oct 2014 at 12:11
Reactions are currently unavailable