From 50965a88722e06aaf1dffdade09e9cd7d18ceb18 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Thu, 28 Nov 2024 17:18:19 +0000 Subject: [PATCH] Chrome 117 supports Bluetooth service class IDs in Web Serial API (#25256) Add Data for Chrome 117 Web Serial API Bluetooth support --- api/Serial.json | 80 +++++++++++++++++++++++++++++++++++++++++++++ api/SerialPort.json | 40 +++++++++++++++++++++++ 2 files changed, 120 insertions(+) diff --git a/api/Serial.json b/api/Serial.json index 8eae32930e22b8..824cc819670533 100644 --- a/api/Serial.json +++ b/api/Serial.json @@ -120,6 +120,86 @@ "standard_track": true, "deprecated": false } + }, + "allowedBluetoothServiceClassIds_option": { + "__compat": { + "description": "`allowedBluetoothServiceClassIds` option", + "spec_url": "https://wicg.github.io/serial/#dom-serialportrequestoptions-allowedbluetoothserviceclassids", + "tags": [ + "web-features:serial" + ], + "support": { + "chrome": { + "version_added": "117" + }, + "chrome_android": { + "version_added": false + }, + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, + "filters_bluetoothServiceClassId": { + "__compat": { + "description": "`filters` `bluetoothServiceClassId` property", + "spec_url": "https://wicg.github.io/serial/#dom-serialportfilter-bluetoothserviceclassid", + "tags": [ + "web-features:serial" + ], + "support": { + "chrome": { + "version_added": "117" + }, + "chrome_android": { + "version_added": false + }, + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } } diff --git a/api/SerialPort.json b/api/SerialPort.json index 505a9f81fb7346..1e37c5dad3e1e1 100644 --- a/api/SerialPort.json +++ b/api/SerialPort.json @@ -367,6 +367,46 @@ "standard_track": true, "deprecated": false } + }, + "bluetoothServiceClassId": { + "__compat": { + "description": "`bluetoothServiceClassId` return value property", + "spec_url": "https://wicg.github.io/serial/#dom-serialportinfo-bluetoothserviceclassid", + "tags": [ + "web-features:serial" + ], + "support": { + "chrome": { + "version_added": "117" + }, + "chrome_android": { + "version_added": false + }, + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } }, "getSignals": {