1
2
3
4
5
6
7
8
9
10
11
12
13
| bluetoothctl # 进入蓝牙管理工具环境
[bluetooth]# power on 打开蓝牙
[bluetooth]# agent on 开启代理
[bluetooth]# scan on 扫描蓝牙设备
[bluetooth]# pair xx:xx:xx:... 配对该设备
[bluetooth]# trust xx:xx:xx:... 信任该设备
[bluetooth]# connect xx:xx:... 连接该设备
[bluetooth]# disconnect xx:xx:... 断开蓝牙
[bluetooth]# help 查看帮助信息
[bluetooth]# show 查看本机蓝牙信息
[bluetooth]# discoverable yes 设置蓝牙可被发现
[bluetooth]# info xx:xx:xx:... 查看该蓝牙设备的信息
|