Skip to content

Commit 5659975

Browse files
committed
update : 添加蓝牙示例说明
1 parent fb3a21f commit 5659975

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/API/bluetooth/bluetooth.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<template>
22
<view>
33
<page-head :title="title"></page-head>
4-
<view class="uni-padding-wrap uni-common-mt">
4+
<view class="uni-padding-wrap uni-common-mt">
5+
<view>
6+
本蓝牙协议只支持低功耗蓝牙协议ble。如果想连接非ble蓝牙设备,请在社区搜索 Native.js 蓝牙。
7+
</view>
58
<view class="uni-btn-v">
69
<button type="primary" :disabled="disabled[0]" @click="openBluetoothAdapter">
710
初始化蓝牙模块

0 commit comments

Comments
 (0)