Skip to content

Commit dc887a8

Browse files
[WebDriver BiDi] Add CDDL for Events (#653)
SHA: 7127a3f Reason: push, by reillyeon Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a739e8 commit dc887a8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
88
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://webbluetoothcg.github.io/web-bluetooth/" rel="canonical">
10-
<meta content="f41724b9313788ddfde0f1c722c9ac5e29bc1771" name="revision">
10+
<meta content="7127a3f786158c70751a231fd24a1e6591cf7742" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>
@@ -1010,7 +1010,7 @@
10101010
<div class="head">
10111011
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
10121012
<h1 class="p-name no-ref" id="title">Web Bluetooth</h1>
1013-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2025-05-13">13 May 2025</time></p>
1013+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2025-05-14">14 May 2025</time></p>
10141014
<details open>
10151015
<summary>More details about this document</summary>
10161016
<div data-fill-with="spec-metadata">
@@ -6099,6 +6099,11 @@ <h5 class="heading settled" data-level="12.2.3.12" id="bluetooth-simulatedescrip
60996099
</pre>
61006100
</div>
61016101
<h4 class="heading settled" data-level="12.2.4" id="bidi-events"><span class="secno">12.2.4. </span><span class="content">Events</span><a class="self-link" href="#bidi-events"></a></h4>
6102+
<pre class="cddl local-cddl remote-cddl highlight"><c- nc>BluetoothEvent</c-> <c- o>=</c-> <c- p>(</c->
6103+
<c- nc>bluetooth.RequestDevicePromptUpdated</c-> <c- o>//</c->
6104+
<c- nc>bluetooth.GattConnectionAttempted</c-> <c- o>//</c->
6105+
<c- p>)</c->
6106+
</pre>
61026107
<h5 class="heading settled" data-level="12.2.4.1" id="bluetooth-requestdevicepromptupdated-event"><span class="secno">12.2.4.1. </span><span class="content">The bluetooth.requestDevicePromptUpdated Event</span><a class="self-link" href="#bluetooth-requestdevicepromptupdated-event"></a></h5>
61036108
<pre class="cddl local-cddl highlight"><c- nc>bluetooth.RequestDevicePromptUpdated</c-> <c- o>=</c-> <c- p>(</c->
61046109
<c- s>method</c-><c- p>:</c-> <c- u>"bluetooth.requestDevicePromptUpdated"</c-><c- p>,</c->

0 commit comments

Comments
 (0)