From 5a1c8af851d4d42314e0c1006dbdfa893b58a44f Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Thu, 14 Mar 2024 15:20:19 +0100 Subject: [PATCH 1/3] New Web Bluetooth API feature --- feature-group-definitions/bluetooth.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 feature-group-definitions/bluetooth.yml diff --git a/feature-group-definitions/bluetooth.yml b/feature-group-definitions/bluetooth.yml new file mode 100644 index 00000000000..6b5c0bdd0ce --- /dev/null +++ b/feature-group-definitions/bluetooth.yml @@ -0,0 +1,4 @@ +name: bluetooth +description: The Web Bluetooth API allows to communicate over GATT with nearby user-selected Bluetooth devices. +spec: https://webbluetoothcg.github.io/web-bluetooth/ +caniuse: web-bluetooth From 228bae18953198a264a4f6b9b3a63b536a01f153 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Fri, 15 Mar 2024 09:30:58 +0100 Subject: [PATCH 2/3] Update feature-group-definitions/bluetooth.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Philip Jägenstedt --- feature-group-definitions/bluetooth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-group-definitions/bluetooth.yml b/feature-group-definitions/bluetooth.yml index 6b5c0bdd0ce..1605aff6398 100644 --- a/feature-group-definitions/bluetooth.yml +++ b/feature-group-definitions/bluetooth.yml @@ -1,4 +1,4 @@ name: bluetooth -description: The Web Bluetooth API allows to communicate over GATT with nearby user-selected Bluetooth devices. +description: The Web Bluetooth API enables selecting and communicating with nearby Bluetooth devices. spec: https://webbluetoothcg.github.io/web-bluetooth/ caniuse: web-bluetooth From 6e9de5dcdc2e523f246fb09f397dc5ab069cdd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 15 Mar 2024 13:51:17 +0100 Subject: [PATCH 3/3] Rename to Web Bluetooth --- feature-group-definitions/{bluetooth.yml => web-bluetooth.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename feature-group-definitions/{bluetooth.yml => web-bluetooth.yml} (89%) diff --git a/feature-group-definitions/bluetooth.yml b/feature-group-definitions/web-bluetooth.yml similarity index 89% rename from feature-group-definitions/bluetooth.yml rename to feature-group-definitions/web-bluetooth.yml index 1605aff6398..ee59a3e8311 100644 --- a/feature-group-definitions/bluetooth.yml +++ b/feature-group-definitions/web-bluetooth.yml @@ -1,4 +1,4 @@ -name: bluetooth +name: Web Bluetooth description: The Web Bluetooth API enables selecting and communicating with nearby Bluetooth devices. spec: https://webbluetoothcg.github.io/web-bluetooth/ caniuse: web-bluetooth