Skip to content

Commit 0006d8a

Browse files
Fix BetoothCommand CDDL parsing error (#656)
SHA: bf09eed Reason: push, by chengweih001 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01ae4cb commit 0006d8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 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="75e1dd5afb6869ed9feab8a1702b1f9db1f9d1de" name="revision">
10+
<meta content="bf09eed77f58ce29d742bff3ca9172f4af1f65d5" 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-05">5 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-06">6 May 2025</time></p>
10141014
<details open>
10151015
<summary>More details about this document</summary>
10161016
<div data-fill-with="spec-metadata">
@@ -5323,9 +5323,9 @@ <h4 class="heading settled" data-level="12.2.3" id="bidi-commands"><span class="
53235323
<c- nc>bluetooth.SimulateGattDisconnection</c-> <c- o>//</c->
53245324
<c- nc>bluetooth.SimulateService</c-> <c- o>//</c->
53255325
<c- nc>bluetooth.SimulateCharacteristic</c-> <c- o>//</c->
5326-
<c- nc>bluetooth.simulateCharacteristicResponse</c-> <c- o>//</c->
5326+
<c- nc>bluetooth.SimulateCharacteristicResponse</c-> <c- o>//</c->
53275327
<c- nc>bluetooth.SimulateDescriptor</c-> <c- o>//</c->
5328-
<c- nc>bluetooth.simulateDescriptorResponse</c-> <c- o>//</c->
5328+
<c- nc>bluetooth.SimulateDescriptorResponse</c-> <c- o>//</c->
53295329
<c- p>)</c->
53305330
</pre>
53315331
<h5 class="heading settled" data-level="12.2.3.1" id="bluetooth-handlerequestdeviceprompt-command"><span class="secno">12.2.3.1. </span><span class="content">The bluetooth.handleRequestDevicePrompt Command</span><a class="self-link" href="#bluetooth-handlerequestdeviceprompt-command"></a></h5>

0 commit comments

Comments
 (0)