We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3a21f commit 5659975Copy full SHA for 5659975
pages/API/bluetooth/bluetooth.vue
@@ -1,7 +1,10 @@
1
<template>
2
<view>
3
<page-head :title="title"></page-head>
4
- <view class="uni-padding-wrap uni-common-mt">
+ <view class="uni-padding-wrap uni-common-mt">
5
+ <view>
6
+ 本蓝牙协议只支持低功耗蓝牙协议ble。如果想连接非ble蓝牙设备,请在社区搜索 Native.js 蓝牙。
7
+ </view>
8
<view class="uni-btn-v">
9
<button type="primary" :disabled="disabled[0]" @click="openBluetoothAdapter">
10
初始化蓝牙模块
0 commit comments