BluetoothUUID:canonicalUUID() 静态方法

有限可用性

此功能不是基线,因为它在一些使用最广泛的浏览器中不起作用。

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

canonicalUUID()BluetoothUUID 接口的静态方法在传递 16 位或 32 位 UUID 别名时返回 128 位 UUID。

语法

js
BluetoothUUID.canonicalUUID(alias)

参数

别名

包含 16 位或 32 位 UUID 别名的字符串。

返回值

一个 128 位 UUID。

示例

在以下示例中,返回并打印到控制台中由别名 0x110A 表示的 UUID。

js
let result = BluetoothUUID.canonicalUUID("0x110A");
console.log(result); // "0000110a-0000-1000-8000-00805f9b34fb"

规范

规范
Web Bluetooth
# dom-bluetoothuuid-canonicaluuid

浏览器兼容性

BCD 表格仅在浏览器中加载