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

相关推荐

  1. HCI命令

    2024-03-16 08:58:03       31 阅读
  2. Hi3751V351常用命令

    2024-03-16 08:58:03       19 阅读
  3. 思科基础命令(对标华为的HCIA知识)

    2024-03-16 08:58:03       35 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-16 08:58:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-16 08:58:03       101 阅读
  3. 在Django里面运行非项目文件

    2024-03-16 08:58:03       82 阅读
  4. Python语言-面向对象

    2024-03-16 08:58:03       91 阅读

热门阅读

  1. 大白话聊聊:DevOps

    2024-03-16 08:58:03       39 阅读
  2. 关于设计和搭建Devops平台的20道高级面试题

    2024-03-16 08:58:03       37 阅读
  3. 简单分析SpringMVC的处理请求流程

    2024-03-16 08:58:03       42 阅读
  4. C语言课后作业 20 题+考研上机应用题

    2024-03-16 08:58:03       34 阅读
  5. SpringMVC—异常处理

    2024-03-16 08:58:03       39 阅读
  6. MySQL `COALESCE` 函数

    2024-03-16 08:58:03       36 阅读
  7. docker compose部署opensearch集群

    2024-03-16 08:58:03       40 阅读
  8. Qt 数据结构介绍

    2024-03-16 08:58:03       36 阅读
  9. QCheckbox的toggled(bool)和clicked(bool)信号

    2024-03-16 08:58:03       33 阅读
  10. 真正的密码

    2024-03-16 08:58:03       33 阅读
  11. grep和vim查找日志文件信息

    2024-03-16 08:58:03       39 阅读