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

相关推荐
阿巴~阿巴~4 分钟前
JsonCpp:C++ JSON处理利器
linux·网络·c++·json·tcp·序列化和反序列化
ao_lang16 分钟前
数据链路层
linux·服务器·网络
执笔论英雄1 小时前
【RL】python协程
java·网络·人工智能·python·设计模式
不过普通话一乙不改名2 小时前
Linux 网络发包的极致之路:从普通模式到 AF_XDP ZeroCopy
linux·运维·网络
4***17543 小时前
linux 网卡配置
linux·网络·php
XiaoCCCcCCccCcccC4 小时前
多路复用 poll -- poll 的介绍,poll 的优缺点,poll 版本的 TCP 回显服务器
服务器·网络·c++
陈奕昆4 小时前
n8n实战营Day2:复杂逻辑控制·HTTP请求+条件分支节点实操
网络·人工智能·python·网络协议·n8n
h***04774 小时前
IEEE 1588:电信网络的精确时间协议 (PTP)
网络
Han.miracle5 小时前
JavaEE-- 网络编程 http请求报头
运维·服务器·网络·网络协议·计算机网络·http
SKYDROID云卓小助手5 小时前
三轴云台之控制协同技术
服务器·网络·图像处理·人工智能·算法