pombreda / pybluez

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

[Patch] Ability to specify device_id in DeviceDiscoverer. #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently there is no easy way of specifying which Bluetooth adapter to use
in a DeviceDiscoverer. This might be useful when there are multiple
adapters attached to the computer and one wants to scan with all of them.
Currently only one adapter can be used.

Attached is a patch that introduces a parameter device_id to the init
function of DeviceDiscoverer. One can now specify which adapter to use when
creating a DeviceDiscoverer. The parameter defaults to -1 to keep the
current behaviour.

Sincerely,

Roel

Original issue reported on code.google.com by roelhuyb...@gmail.com on 10 Apr 2009 at 9:06

Attachments:

GoogleCodeExporter commented 9 years ago
I'm not a big fan of this functionality, but people have asked for it every 
year, so
I've applied your patch in SVN.  It should show up in the next release.  Thanks

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