Merlin II Bluetooth Protocol Analyger使用

作者:Sam(甄峰) [email protected]

 

在写Bluetooth程序时,常常需要得到Bluetooth包是否发送以及内容是怎样。这就和写网络程序时需要抓包相同。但与网络程序(使用Ethereal)不同的是,bluetooth是无线传输的,所以需要借助BluetoothProtocol Analyger(蓝牙分析仪)。Sam当前使用的是Merlin II Bluetooth ProtocolAnalyger.

 

安装完官网抓包程序后,使用USB连接电脑与分析仪。并打开CATC MerlinII软件。

 

1. 得到周边bluetooth设备BDAddr.

选择Menu中Record->BT NeighborhoodInquiry.(bluetooth临近inquiry)

Merlin II Bluetooth Protocol Analyger使用_第1张图片

 

 可以看到,Device Info窗口中得到了很多BluetoothDevice以及他们的BDAddr。

 

 

2. 抓取2个设备之间的bluetooth包:

2.1:首先需要得知这2个设备的BDAddr。从Device Info列表中找出他们并勾选之。

2.2:在Bluetooth Protocol中,主动发起连接方为Master, 被动接受连接方位Salve。设置之。

Merlin II Bluetooth Protocol Analyger使用_第2张图片

Set as Master为设置为Master。

Set as Page Target(设为连接目标)为Salve.

 

3. 抓包:

首先使2个device 均处于可发现状态。然后使用Button REC:Picont 来抓包。


你可能感兴趣的:(Merlin II Bluetooth Protocol Analyger使用)