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
+39-2Lines changed: 39 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5008,7 +5008,15 @@ 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>, has a property of <a>UUID</a>, and is known-present in the
5019
+
<a>Bluetooth cache</a>.
5012
5020
5013
5021
Issue: CDDL snippetes use the "text" type instead of
5014
5022
"browsingContext.BrowsingContext" to allow indepedent programmatic
0 commit comments