跳至主要內容

BluetoothRequestAndConnectDeviceResponse

BFChainInterfaceBluetoothRequestAndConnectDeviceResponse小于 1 分钟

BluetoothRequestAndConnectDeviceResponse 是一个Bluetooth.requestAndConnectDevice() 方法返回的Promise,resolve后兑现的数据对象;这个对象继承与BluetoothResponse接口;

属性

  • success
属性值是一个 boolean;
属性值是true;表示蓝牙连接成功;
属性值是false;表示蓝牙拦截失败;
  • error

    属性值是一段字符串或undefined;
    属性值是一段字符串表示错误信息;

  • data

    属性值是 undefined 或者实现了BluetoothRemoteGATTServer接口的对象;

方法

事件

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
successX
errorX
dataX

相关链接

BluetoothPlugin

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