Kizoku-Dev / pybluez

Automatically exported from code.google.com/p/pybluez
GNU General Public License v2.0
0 stars 0 forks source link

[Patch] Duration paramater in DeviceDiscoverer's find_devices is ignored. #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The 'duration' parameter in the find_devices function is overridden by a
local variable with the same name. This causes the duration to be set to 4,
regardless the value of the parameter.

Attached is a patch to fix the issue.

Sincerely,

Roel Huybrechts

Original issue reported on code.google.com by roelhuyb...@gmail.com on 2 Jun 2009 at 2:54

Attachments:

GoogleCodeExporter commented 8 years ago
thanks for the patch.  I've applied this in SVN and it will show up in the next 
release.

Original comment by ashu...@gmail.com on 5 Jun 2009 at 11:44