-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Perform an inquiry on a product with friendly name "FriendlyNameAlpha" and
with a fixed address (using examples/simple/inquiry.py
2. Change the friendly name of the product to "FriendlyNameBeta", but leave its
address intact
3. Perform an inquiry on the product with the same fixed address (using
examples/simple/inquiry.py)
What is the expected output? What do you see instead?
You should now see "FriendlyNameBeta" instead of "FriendlyNameAlpha"
What version of the product are you using? On what operating system?
We are using PyBluez 0.18 on Windows -> Widcomm stack.
Using the Windows software provided by the manufacturer(Broadcomm) this does
not happen.
Original issue reported on code.google.com by cci...@gmail.com on 2 Feb 2011 at 4:00
Reactions are currently unavailable