码迷,mamicode.com
首页 > 其他好文 > 详细

bluetooth

时间:2015-10-25 19:21:08      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:

1 hciconfig -a            # print BT chipset address and features. Useful to checkif you can communicate with your BT chipset.
2 hcidump -XVt            # print live HCI UART traffic.
3 hcitool scan            # scan for local devices. Useful to check if RX/TX works.
4 l2ping ADDRESS          # ping another BT device. Useful to check if RX/TX works.
5 sdptool records ADDRESS # request the SDP records of another BT device.

 

下面的图表提供了一个以库为导向的蓝牙栈视图。

技术分享

实线框的是Android模块,红色虚线部分为合作伙伴指定模块(译者注:芯片商提供)。

 

图表是以进程为导向视图:

技术分享

 

bluetooth

标签:

原文地址:http://www.cnblogs.com/SZLLQ2000/p/4909208.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!