From 2883df4d1cebfb3c6f49d0295fda037c31132ef5 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Fri, 25 Apr 2025 17:09:08 +0200 Subject: [PATCH] [WebDriver BiDi] Add CDDL for Events --- index.bs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.bs b/index.bs index 28bce08..a8c262a 100644 --- a/index.bs +++ b/index.bs @@ -5569,6 +5569,13 @@ A [=local end=] could simulate device GATT disconnection by sending the followin ### Events ### {#bidi-events} +
+BluetoothEvent = (
+  bluetooth.RequestDevicePromptUpdated //
+  bluetooth.GattConnectionAttempted //
+)
+
+ #### The bluetooth.requestDevicePromptUpdated Event #### {#bluetooth-requestdevicepromptupdated-event}