HCI命令

HCI 命令

bthci_cmd.opcode == 0x0401 Bluetooth HCI Command - Inquiry

bthci_evt.code == 0x0f

bthci_evt.code == 0x2f Extended Inquiry Result (EIR)

bthci_cmd.opcode == 0x0402 Inquiry Cancel

bthci_evt.code == 0x0e Inquiry Cancel

bthci_evt.code == 0x3e LE Extended Advertising Report | LE Enhanced Connection Complete | LE Read Remote Features Complete

bthci_cmd.opcode == 0x2011 Sent LE Add Device To White List

bthci_cmd.opcode == 0x0c12 Delete Stored Link Key

bthci_cmd.opcode == 0x2043 LE Extended Create Connection

bthci_cmd.opcode == 0x2016 LE Read Remote Features

btsmp.opcode == 0x01 Pairing Request

btsmp.opcode == 0x02 Pairing Response

btsmp.opcode == 0x0c Sent | Rcvd Pairing Public Key

btsmp.opcode == 0x03 Rcvd Pairing Confirm

btsmp.opcode == 0x04 Sent Pairing Confirm

btsmp.opcode == 0x0d Sent | Rcvd Pairing DHKey Check

bthci_cmd.opcode == 0x2019 LE Start Encryption (0x2019)

btsmp.opcode == 0x08 Sent | Rcvd Identity Information

btsmp.opcode == 0x09 Sent | Rcvd Identity Address Information

bthci_cmd.opcode == 0x202d LE Set Address Resolution Enable

bthci_cmd.opcode == 0x2027 LE Add Device to Resolving List

bthci_cmd.opcode == 0x2012 LE Remove Device From White List

bthci_cmd.opcode == 0x204e LE Set Privacy Mode

bthci_cmd.opcode == 0x0405 Create Connection

bthci_evt.code == 0x03 Event Connect Complete

bthci_evt.code == 0x05 Event Disconnect Complete

bthci_cmd.opcode == 0x200e LE Create Connection Cancel

wireshark HCI过滤:

bthci_cmd.opcode == 0x2042 || bthci_cmd.opcode == 0x0c05 || bthci_cmd.opcode.ogf == 0x08 || bthci_cmd.opcode == 0x0405 || bthci_evt.code == 0x03 || bthci_evt.code == 0x05 || bthci_cmd.opcode == 0x2043 || bthci_evt.code == 0x0e || bthci_evt.code == 0x0f || bthci_evt.code == 0x0c || (bthci_evt.code == 0x3e && bthci_evt.bd_addr == 4c:99:92:0a:13:7a) || btsmp || bthci_evt.code == 0x2f || bthci_cmd.opcode == 0x0401 || bthci_cmd.opcode == 0x0402 || bthci_cmd.opcode == 0x0c05|| bthci_cmd.opcode == 0x0c12 || bthci_cmd.opcode == 0x2011

相关推荐
m0_738120722 小时前
ctfshow靶场SSRF部分——基础绕过到协议攻击解题思路与技巧(一)
服务器·前端·网络·安全·php
现代野蛮人2 小时前
【深度学习】 —— VGG-16 网络实现猫狗识别
网络·人工智能·python·深度学习·tensorflow
2301_780789663 小时前
“数字珍珠港”再现:西北能源基地DNS篡改事件深度复盘与防护升级
运维·服务器·网络·tcp/ip·网络安全·智能路由器·能源
S1998_1997111609•X3 小时前
针对犯罪集团etc/all,pid,IP的规划及量化逻辑原理
网络·安全·百度·缓存·量子计算
徐子元竟然被占了!!3 小时前
摄像头安全策略
网络
Zzzzmo_4 小时前
【网络编程】套接字
网络·套接字
国科安芯4 小时前
AS32S601 抗辐射 MCU 在星载高速光通信链路的集成设计与性能验证
网络·单片机·嵌入式硬件·risc-v·安全性测试
wangl_925 小时前
Modbus RTU 与 Modbus TCP 深入指南-附录:快速参考表
网络·网络协议·tcp/ip·tcp·modbus·rtu
广州灵眸科技有限公司5 小时前
瑞芯微(EASY EAI)RV1126B openclaw部署接入飞书
linux·网络·人工智能·算法·yolo·飞书
idjoy6 小时前
网络原因导致gitee推送不上 提示没有权限或没有库
网络·gitee