BluetoothRemoteGATTService

有限可用性

此功能不是基线,因为它在一些最常用的浏览器中无法正常工作。

实验性: 这是一个 实验性技术
在生产环境中使用此功能之前,请仔细查看 浏览器兼容性表

安全上下文: 此功能仅在 安全上下文 (HTTPS) 中可用,在一些或所有 支持的浏览器 中可用。

BluetoothRemoteGATTService 接口是 Web Bluetooth API 的一部分,它表示 GATT 服务器提供的服务,包括设备、引用服务的列表以及此服务的特征列表。

EventTarget BluetoothRemoteGATTService

实例属性

BluetoothRemoteGATTService.device 只读 实验性

通过 BluetoothDevice 实例返回有关蓝牙设备的信息。

BluetoothRemoteGATTService.isPrimary 只读 实验性

返回一个布尔值,指示这是一个主服务还是一个次要服务。

BluetoothRemoteGATTService.uuid 只读 实验性

返回一个表示此服务 UUID 的字符串。

实例方法

BluetoothRemoteGATTService.getCharacteristic() 实验性

返回一个指向 Promise 的实例,该实例表示给定通用唯一标识符 (UUID) 的 BluetoothRemoteGATTCharacteristic 实例。

BluetoothRemoteGATTService.getCharacteristics() 实验性

返回一个指向 Promise 的实例,该实例表示可选通用唯一标识符 (UUID) 的 BluetoothRemoteGATTCharacteristic 实例的 Array

规范

规范
Web Bluetooth
# bluetoothgattservice-interface

浏览器兼容性

BCD 表格仅在浏览器中加载