You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+91-1Lines changed: 91 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5008,7 +5008,14 @@ Each <a>simulated Bluetooth adapter</a> has an <dfn>adapter state</dfn> that is
5008
5008
5009
5009
Each <a>simulated Bluetooth adapter</a> has a <dfn lt="LE supported state">low-energy supported state</dfn> that is a boolean describing if the adapter supports Bluetooth Low Energy.
5010
5010
5011
-
A <dfn>simulated Bluetooth device</dfn> is a software defined [=Bluetooth device=] that behaves like a physical device, and may be attached to a <a>simulated Bluetooth adapter</a>, and may have associated properties like <a>Manufacturer Specific Data</a> and <a>Service UUIDs</a>.
5011
+
A <dfn>simulated Bluetooth device</dfn> is a software defined [=Bluetooth device=] that
5012
+
behaves like a physical device, may be attached to a <a>simulated Bluetooth adapter</a>,
5013
+
may have associated properties like <a>Manufacturer Specific Data</a> and <a>Service UUIDs</a>,
5014
+
and has a <dfn>simulated GATT service mapping</dfn>, which is an <a>ordered map</a> of Bluetooth
5015
+
<a>UUID</a>{{strings}} to <a>simulated GATT services</a>.
5016
+
5017
+
A <dfn>simulated GATT service</dfn> is a software defined [=Service=] that belongs to a
5018
+
<a>simulated Bluetooth device</a>, and has a property of <a>UUID</a>.
5012
5019
5013
5020
Issue: CDDL snippetes use the "text" type instead of
5014
5021
"browsingContext.BrowsingContext" to allow indepedent programmatic
@@ -5567,6 +5574,89 @@ A [=local end=] could simulate device GATT disconnection by sending the followin
5567
5574
</pre>
5568
5575
</div>
5569
5576
5577
+
#### The bluetooth.simulateService Command #### {#bluetooth-simulateservice-command}
0 commit comments