Change Bluetooth name Python
I'm using PyBluez on Ubuntu 10.10. I would like to know how is possible to change the bluetooth name of the local device in software. I couldn't find a开发者_C百科ny command related..
Invoke org.bluez.Adapter.SetProperty(u'Name', u'New name here')
in the /org/bluez/<pid>/<device>
object path on the org.bluez
D-Bus bus.
精彩评论