蓝牙适配器
{{ adapterState.available ? '就绪' : '未就绪' }}
打印机
{{ connected ? '已连接' : '未连接' }}
{{ device.name || device.localName || '未知设备' }}
{{ device.deviceId }}
连接中...
暂无设备,请点击搜索
打印纸尺寸
100mm x 100mm
150mm x 150mm
200mm x 200mm
服务UUID:
{{ writeServiceId || '未选择' }}
特征值UUID:
{{ writeCharacteristicId || '未选择' }}
服务列表 ({{ serviceList.length }})
{{ index + 1 }}
{{ service.uuid }}
{{ service.isPrimary ? '主' : '从' }}
特征值列表 ({{ characteristicList.length }})
s.uuid === selectedServiceId))">
{{ char.uuid }}
write
writeNoResp
writeWithoutResp
read
notify
indicate
{{ writeCharacteristicId === char.uuid ? '已选择' : '选择' }}
[{{ log.time }}] {{ log.message }}