Skip to content

Commit

Permalink
Deploy to GitHub Pages: 7a8f851
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Aug 5, 2016
1 parent 2a43d49 commit f9e3893
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 0 additions & 2 deletions implementation-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ GATT Server Disconnect | ✓ | ✓ | ✓ | ✓ |
Get Characteristics List | ✓ | ✓ | 53 | ✓ | |
Device Disconnected Event | ✓ | ✓ | ✓ | ✓ | |
Get Primary Services List | 53 | 53 | 53 | 53 | |
Referring Device (Physical Web) | | | | | |
Advertisements Scanning | | | | | |

Tip: Chrome channel releases are tracked at [https://googlechrome.github.io/current-versions/](https://googlechrome.github.io/current-versions/).

Expand Down
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">Web Bluetooth</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2016-08-03">3 August 2016</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2016-08-05">5 August 2016</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -2228,7 +2228,9 @@ <h2 class="heading settled" data-level="3" id="device-discovery"><span class="se
then the UA MAY return the result of that scan and abort these steps.
<li>Let <var>nearbyDevices</var> be a set of <a data-link-type="dfn" href="#bluetooth-device" id="ref-for-bluetooth-device-5">Bluetooth device</a>s, initially empty.
<li>
If the UA supports the LE transport, perform the <a data-link-type="dfn" href="#general-discovery-procedure" id="ref-for-general-discovery-procedure-1">General Discovery Procedure</a> and add the discovered <a data-link-type="dfn" href="#bluetooth-device" id="ref-for-bluetooth-device-6">Bluetooth device</a>s to <var>nearbyDevices</var>.
If the UA supports the LE transport, perform the <a data-link-type="dfn" href="#general-discovery-procedure" id="ref-for-general-discovery-procedure-1">General Discovery Procedure</a>,
except that the UA may include devices that have no <a data-link-type="dfn" href="#discoverable-mode" id="ref-for-discoverable-mode-1">Discoverable Mode</a> flag set,
and add the discovered <a data-link-type="dfn" href="#bluetooth-device" id="ref-for-bluetooth-device-6">Bluetooth device</a>s to <var>nearbyDevices</var>.
The UA SHOULD enable the <a data-link-type="dfn" href="#privacy-feature" id="ref-for-privacy-feature-4">Privacy Feature</a>.
<p class="issue" id="issue-8dbebcdc"><a class="self-link" href="#issue-8dbebcdc"></a> Both <a data-link-type="dfn" href="#passive-scanning" id="ref-for-passive-scanning-1">passive scanning</a> and
the <a data-link-type="dfn" href="#privacy-feature" id="ref-for-privacy-feature-5">Privacy Feature</a> avoid leaking the unique, immutable device ID.
Expand Down Expand Up @@ -4301,7 +4303,7 @@ <h2 class="heading settled" data-level="9" id="terminology"><span class="secno">
<ol>
<li value="1"><dfn class="dfn-paneled" data-dfn-type="dfn" data-local-lt="Service UUIDs" data-noexport="" id="service-uuid-data-type">Service UUID Data Type</dfn>
<li value="2"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="local-name-data-type">Local Name Data Type</dfn>
<li value="3"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="flags-data-type">Flags Data Type</dfn>
<li value="3"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="flags-data-type">Flags Data Type</dfn> (defines the <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="discoverable-mode">Discoverable Mode</dfn> flags)
<li value="4"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="manufacturer-specific-data">Manufacturer Specific Data</dfn>
<li value="5"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="tx-power-level">TX Power Level</dfn>
<li value="11"><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="service-data">Service Data</dfn>
Expand Down Expand Up @@ -4573,6 +4575,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
<li><a href="#dom-bluetooth-deviceinstancemap-slot">[[deviceInstanceMap]]</a><span>, in §3</span>
<li><a href="#dom-bluetoothpermissionresult-devices">devices</a><span>, in §3.1</span>
<li><a href="#dom-bluetoothremotegattserver-disconnect">disconnect()</a><span>, in §5.2</span>
<li><a href="#discoverable-mode">Discoverable Mode</a><span>, in §9</span>
<li><a href="#discover-all-characteristic-descriptors">Discover All Characteristic Descriptors</a><span>, in §9</span>
<li><a href="#discover-all-characteristics-of-a-service">Discover All Characteristics of a Service</a><span>, in §9</span>
<li><a href="#discover-all-primary-services">Discover All Primary Services</a><span>, in §9</span>
Expand Down Expand Up @@ -6677,6 +6680,12 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
<li><a href="#ref-for-flags-data-type-1">4.1. Global Bluetooth device properties</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="discoverable-mode">
<b><a href="#discoverable-mode">#discoverable-mode</a></b><b>Referenced in:</b>
<ul>
<li><a href="#ref-for-discoverable-mode-1">3. Device Discovery</a>
</ul>
</aside>
<aside class="dfn-panel" data-for="manufacturer-specific-data">
<b><a href="#manufacturer-specific-data">#manufacturer-specific-data</a></b><b>Referenced in:</b>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion scanning.html
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">Web Bluetooth Scanning</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2016-08-03">3 August 2016</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2016-08-05">5 August 2016</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down

0 comments on commit f9e3893

Please sign in to comment.