Kizoku-Dev / pybluez

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

Set device id to RFCOMM connection #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm missing an option to set the bluetooth device which is used for sending 
data using RFCOMM.

Original issue reported on code.google.com by pierresa...@gmail.com on 17 Jan 2011 at 10:53

GoogleCodeExporter commented 8 years ago
BluetoothSocket.bind (self, addrport) accepts addrport tuple
First item in thet tuple should be local BT address of device to be used

Original comment by karu...@wp.pl on 19 Jan 2014 at 6:45