From f9e38935ae31f19b7f2e62f03a21fa0433133aa5 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 5 Aug 2016 03:07:05 +0000 Subject: [PATCH] Deploy to GitHub Pages: 7a8f851c93cf04ea0f9e85d6e1d6acaaed59c9f6 --- implementation-status.md | 2 -- index.html | 15 ++++++++++++--- scanning.html | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/implementation-status.md b/implementation-status.md index 64927a5..e8b50de 100644 --- a/implementation-status.md +++ b/implementation-status.md @@ -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/). diff --git a/index.html b/index.html index a09a1b8..8b50c5e 100644 --- a/index.html +++ b/index.html @@ -1413,7 +1413,7 @@

Web Bluetooth

-

Draft Community Group Report,

+

Draft Community Group Report,

This version: @@ -2228,7 +2228,9 @@

Bluetooth devices, initially empty.
  • - If the UA supports the LE transport, perform the General Discovery Procedure and add the discovered Bluetooth devices to nearbyDevices. + If the UA supports the LE transport, perform the General Discovery Procedure, + except that the UA may include devices that have no Discoverable Mode flag set, + and add the discovered Bluetooth devices to nearbyDevices. The UA SHOULD enable the Privacy Feature.

    Both passive scanning and the Privacy Feature avoid leaking the unique, immutable device ID. @@ -4301,7 +4303,7 @@

    1. Service UUID Data Type
    2. Local Name Data Type -
    3. Flags Data Type +
    4. Flags Data Type (defines the Discoverable Mode flags)
    5. Manufacturer Specific Data
    6. TX Power Level
    7. Service Data @@ -4573,6 +4575,7 @@

      [[deviceInstanceMap]], in §3
    8. devices, in §3.1
    9. disconnect(), in §5.2 +
    10. Discoverable Mode, in §9
    11. Discover All Characteristic Descriptors, in §9
    12. Discover All Characteristics of a Service, in §9
    13. Discover All Primary Services, in §9 @@ -6677,6 +6680,12 @@

      4.1. Global Bluetooth device properties +