开发者

Change Bluetooth name Python

开发者 https://www.devze.com 2023-02-09 18:55 出处:网络
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.blue

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消