跳至主要內容

BluetoothPlugin.close()

BFChainPluginBluetoothPluginopen小于 1 分钟

关闭蓝牙设备;

BluetoothPlugin.close()

参数

返回值

示例

import { bluetoothPlugin } from "@plaoc/plugins";
bluetoothPlugin.close()
.then(
  res => {
    if(res.success){
      // 关闭蓝牙成功
    }else{
      // 关闭蓝牙失败;
    }
  }
)

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
openX

相关链接

BluetoothPlugin

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7