跳至主要內容

BluetoothRequestDeviceOptions

BFChainInterfaceBluetoothRequestDeviceOptions 2小于 1 分钟

BluetoothRequestDeviceOptions是一个选项对象,用来描述查询蓝牙设备的规则接口;

属性

  • BluetoothRequestDeviceOptions.filters

    可选属性,用来描述查询蓝牙设备的过滤规则open in new window;

  • BluetoothRequestDeviceOptions.optionalServices

    可选属性,用来描述可以访问蓝牙设备的那些服务的规则;如果后续访问的服务没有在这里声明,访问的时候会收到错误的消息;
    属性的值是一个有字符串构成的数组;

  • BluetoothRequestDeviceOptions.acceptAllDevices

    可选属性;用来是否可以查询全部的蓝牙设备;
    属性值是一个boolean;

方法

事件

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
filtersX
optionalServicesX
acceptAllDevicesX

相关链接

BluetoothPlugin

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