aurvote, b*: add Chinese translation (#6413)

* aurvote: add Chinese translation

* balooctl: add Chinese translation

* beep: add Chinese translation

* betterlockscreen: add Chinese translation

* binwalk: add Chinese translation

* binwise: add Chinese translation

* blkdiscard: add Chinese translation

* blkid: add Chinese translation

* bluetoothctl: add Chinese translation

* bluetoothd: add Chinese translation

* bmon: add Chinese translation

* bpftrace: add Chinese translation

* bpytop: add Chinese translation

* brctl: add Chinese translation

* brew: add Chinese translation

* commit suggestion
This commit is contained in:
千玄子
2021-08-27 11:38:39 +08:00
committed by GitHub
parent e090e48c45
commit 48b9a13502
15 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# bluetoothctl
> 从命令行管理蓝牙设备。
> 更多信息:<https://www.npmjs.com/package/bluetoothctl>.
- 进入 bluetoothctl 外壳程序:
`bluetoothctl`
- 列出设备:
`bluetoothctl -- devices`
- 与一个设备配对:
`bluetoothctl -- pair {{mac 地址}}`
- 移除一个设备:
`bluetoothctl -- remove {{mac 地址}}`
- 连接一个已配对的设备:
`bluetoothctl -- connect {{mac 地址}}`
- 断开一个已配对的设备:
`bluetoothctl -- disconnect {{mac 地址}}`