python - PyBluez pairing bluetooth device -
how initiate pairing of bluetooth device pybluez in python? see ways discover, not pair.
pybluez not support cross-platform pairing management. because operating systems, windows, require super-user level permissions programatically pair devices.
on operating systems, when pybluez attempts connect socket using connect method, operating system try pair (often asking user permission).
however, can make own super user tools or improve pybluez same.
for example, can make own command line tools using .net windows pair , unpair devices, run these python. implementation of command line pairing tools can found here windows: http://bluetoothinstaller.com/bluetooth-command-line-tools/
Comments
Post a Comment