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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -