数据类型配置 选择并配置
{{ getDataTypeDescription(selectedDataType) }}
0x{{ uuid }}
0x{{ uuid }}
{{ uuid }}
{{ 8 - i }}
完整数据包预览 {{ totalDataLength }} 字节
组合后的广播数据包
HEX{{ completeHexData.replace(/\s/g, '').toUpperCase() }}
数据包结构验证:
数据包结构
{{ segment.index + 1 }}. {{ segment.name }}
{{ formatHexData(segment.hex) }} ({{ segment.description }})
数据项列表 {{ dataItems.length }} 项 已用 {{ currentListBytes }} / 31 字节
📥 粘贴原始广播数据包
支持粘贴完整广播数据包(如 nRF Connect 导出的 HEX 数据),自动按 AD Structure 格式拆分
暂无数据项
在左侧选择数据类型并配置参数,点击「添加到列表」
或在上方粘贴原始广播数据自动解析
{{ index + 1 }}. {{ item.name }} (0x{{ item.type }})
数据内容
{{ item.description }}
HEX 数据
{{ formatHexData(item.hex) }}