Kizoku-Dev / pybluez

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

Need to setsockopt in Windows #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to make use of the SIM access profile it is required to enable BT 
Mode 2 or 3 security. This requires to setsockopt SO_BTH_ENCRYPT and/or 
SO_BTH_AUTHENTICATE.

With PyBluez setsockopt isn't exposed by BluetoothSocket. Is there a 
chance to setsockopt anyhow?

Original issue reported on code.google.com by forevern...@googlemail.com on 4 Oct 2008 at 9:57

GoogleCodeExporter commented 8 years ago
If you submit a patch, I'm happy to review it for inclusion in the next release.

Original comment by ashu...@gmail.com on 8 Oct 2008 at 3:55