add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

36
pages.zh/linux/hcitool.md Normal file
View File

@@ -0,0 +1,36 @@
# hcitool
> 监控、配置连接并向蓝牙设备发送特殊命令。
> 更多信息:<https://manned.org/hcitool>。
- 扫描蓝牙设备:
`hcitool scan`
- 输出设备的名称返回其MAC地址
`hcitool name {{bdaddr}}`
- 获取远程蓝牙设备的信息:
`hcitool info {{bdaddr}}`
- 检查与蓝牙设备的链接质量:
`hcitool lq {{bdaddr}}`
- 修改传输功率级别:
`hcitool tpl {{bdaddr}} {{0|1}}`
- 显示链接策略:
`hcitool lp`
- 请求与特定设备的认证:
`hcitool auth {{bdaddr}}`
- 显示本地设备:
`hcitool dev`