|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在linux中学习命令的最好办法是学习Shell脚本编程,Shell脚本比起其他语言来学习简单,但是功能却十分强大.通过学习Shell编程,能让你掌握大量的linux命令。
1.启动蓝牙设备
sudo/etc/init.d/bluetoothrestart
大概
sudo/etc/init.d/bluez-utilsrestart
2.利用hcitooldev检察盘算机上的蓝牙设备
teapot@teapot:~$hcitooldev
Devices:
hci000:16:CF:DB:B4:BF
teapot@teapot:~$
3.安装设备
查询设备地点
teapot@teapot:~$sudohidd――search
Searching……
Nodevicesinrangeorvisible
假如sudohidd――search没有搜刮到,换hcitoolscan搜刮
我的T60利用hcitoolscan搜刮得手机的蓝牙
teapot@teapot:~$hcitoolscan
Scanning……
00:1D:E9:30:CE:55PZF#这是我的手机
teapot@teapot:~$sudohidd――connect00:1D:E9:30:CE:55
teapot@teapot:~$sudohidd――show
teapot@teapot:~$
没有毛病提醒,也没有毗连,不晓得怎样回事了!
teapot@teapot:~$sudohcitoolcc00:1D:E9:30:CE:55
teapot@teapot:~$sudohcitoolcon
Connections:
teapot@teapot:~$
#这时候在蓝牙办理器的扫瞄设备中发明了PZF
#创建配对
#再检察毗连
teapot@teapot:~$sudohcitoolcon
Connections:
<ACL00:1D:E9:30:CE:55handle11state1lmMASTERENCRYPT
</p>
RedHatCentOS等等.学习linux不是逛自由市场,选定版本就要静下心来学习.不要今天换版本明天要升级.这样对你没有好处。 |
|