【发布时间】:2011-02-08 09:10:51
【问题描述】:
我在 Ubuntu 10.10 上使用 PyBluez。我想知道如何在软件中更改本地设备的蓝牙名称。我找不到任何相关的命令..
【问题讨论】:
标签: python bluetooth ubuntu-10.10
我在 Ubuntu 10.10 上使用 PyBluez。我想知道如何在软件中更改本地设备的蓝牙名称。我找不到任何相关的命令..
【问题讨论】:
标签: python bluetooth ubuntu-10.10
在org.bluez D-Bus 总线上的/org/bluez/<pid>/<device> 对象路径中调用org.bluez.Adapter.SetProperty(u'Name', u'New name here')。
【讨论】: