From 0aae0472a57befc5cebbeafe07d3587cc6185d65 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Thu, 2 Apr 2015 19:12:20 -0700 Subject: [PATCH 1/2] Add an example of using advertising data to read an iBeacon. Working on #75. --- index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/index.html b/index.html index 15961b6..c734456 100644 --- a/index.html +++ b/index.html @@ -976,6 +976,34 @@

BluetoothDevice

BluetoothAdvertisingData

+ +

To create a BluetoothAdvertisingData from a Bluetooth device device From 165651aeffd0ae90760782e53254ce2785d5ae46 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 3 Apr 2015 11:49:15 -0700 Subject: [PATCH 2/2] Fix @scheib's comments. --- index.html | 67 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index c734456..c0ca0d0 100644 --- a/index.html +++ b/index.html @@ -976,34 +976,6 @@

BluetoothDevice

BluetoothAdvertisingData

- -

To create a BluetoothAdvertisingData from a Bluetooth device device @@ -1089,6 +1061,45 @@

BluetoothAdvertisingData

readonly attribute Map serviceData
Maps UUIDs to ArrayBuffers.
+ +