随笔分类 -  Bluez

Hid Report Descriptor
摘要:在USB中,USB HOST是通过各种描述符来识别设备的,有设备描述符,配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。USB报告描述符(Report Descriptor)是HID设备中的一个描述符,它是比较复杂的一个描述符。     USB HID设备是通过报告来给传送数据的,报告有输入报告和输出报告。输入报告是USB设备发送给主机的,例如USB鼠标将鼠标移动和鼠标点击等信息... 阅读全文
posted @ 2010-06-13 12:27 Chopper 阅读(6144) 评论(0) 推荐(0)
Analysing Bluetooth Keyboard Traffic with hcidump
摘要:I own a RocketFish RF-BTMKY bluetooth keyboard and I really like it. Today, I tried using hcidump to dump the bluetooth traffic from my keyboard and see if I could find a pattern. hcidump is trivial t... 阅读全文
posted @ 2010-06-03 19:24 Chopper 阅读(1647) 评论(0) 推荐(0)
linux下使用蓝牙设备【转】
摘要:1 加载蓝牙模块 需要加载的模块有bluetooth、 hci_uart、 l2cap、 rfcomm、 sco、 bnep,位于/lib/modules/`uname-r`/kernel/net/bluetooth 和/lib/modules/`uname -r`/kernel/driver/bluetooth注:可以使用 bt_ins.sh 与 bt_rm.sh 两个脚本,进行蓝牙模块的添加与... 阅读全文
posted @ 2010-06-03 00:31 Chopper 阅读(3356) 评论(0) 推荐(0)