本蓝牙协议只支持低功耗蓝牙协议ble。如果想连接非ble蓝牙设备,请在社区搜索 Native.js 蓝牙。
{{ '蓝牙适配器不可用,请初始化蓝牙模块' }}
{{
(connected ? '已连接设备' : '已选择设备') +
' : ' +
equipment[0].name +
' (' +
equipment[0].deviceId +
')'
}}
已选服务uuid:{{ servicesData[0].uuid }}
uuid:{{ characteristicsData[0].uuid }}
是否支持 read 操作:{{ characteristicsData[0].properties.read }}
是否支持 write 操作:{{ characteristicsData[0].properties.write }}
是否支持 notify 操作:{{ characteristicsData[0].properties.notify }}
是否支持 indicate 操作:{{ characteristicsData[0].properties.indicate }}
已经发现{{ list.length }}{{ showMaskType === 'device' ? '台设备' : '个服务' }}:
{{ item.name || item.localName }}
信号强度:{{ item.RSSI }}dBm
UUID:{{ item.deviceId }}
UUID: {{ item.uuid }}
{{ item.isPrimary ? '(主服务)' : '' }}
uuid:{{ item.uuid }}
是否支持 read 操作:{{ item.properties.read }}
是否支持 write 操作:{{ item.properties.write }}
是否支持 notify 操作:{{ item.properties.notify }}
是否支持 indicate 操作:{{ item.properties.indicate }}