Skip to content

Commit f7d24bf

Browse files
committed
update bluez-obex
1 parent 59f45a2 commit f7d24bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rookie/DE&App.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@ export EDITOR='vim'
227227

228228
这样就不用在每次执行命令时都指定一遍 `EDITOR=vim` 了。
229229

230-
## 13.启用蓝牙(若有)
230+
## 13.启用蓝牙相关功能
231231

232232
对于蓝牙及无线网卡,在 Linux 下推荐使用英特尔产品。博通以及瑞昱产品在兼容性,稳定性方面在 Linux 中表现很差,会带来很多不必要的麻烦,如在驱动,BLE 方面的支持很差或者没有。
233233

234-
如果你有蓝牙设备,需要安装蓝牙软件包并启用蓝牙服务。随后在系统设置中进行添加设备与连接即可。
234+
如果你有蓝牙设备,需要安装蓝牙软件包并启用蓝牙服务。随后在系统设置中进行添加设备与连接即可。注意,文件传输功能现在需要额外安装包`bluez-obex`,其功能与 2024 年已从 `bluez` 包中分离出来。
235235

236236
```bash
237-
sudo pacman -S bluez bluez-utils
237+
sudo pacman -S bluez bluez-utils bluez-obex
238238
sudo systemctl enable --now bluetooth
239239
```
240240

0 commit comments

Comments
 (0)