Skip to content

Commit 7127a3f

Browse files
[WebDriver BiDi] Add CDDL for Events (#653)
1 parent f41724b commit 7127a3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5931,6 +5931,13 @@ with data for a descriptor read operation by sending the following message:
59315931

59325932
### Events ### {#bidi-events}
59335933

5934+
<pre highlight="cddl" class="cddl remote-cddl local-cddl">
5935+
BluetoothEvent = (
5936+
bluetooth.RequestDevicePromptUpdated //
5937+
bluetooth.GattConnectionAttempted //
5938+
)
5939+
</pre>
5940+
59345941
#### The bluetooth.requestDevicePromptUpdated Event #### {#bluetooth-requestdevicepromptupdated-event}
59355942

59365943
<pre highlight="cddl" class="cddl local-cddl">

0 commit comments

Comments
 (0)