public-web-bluetooth-log@w3.org from January 2016 by thread

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Saturday, 30 January)

[web-bluetooth] Pull Request: Suggest UAs disconnect when a BluetoothDevice is gc'ed. Jeffrey Yasskin via GitHub (Friday, 29 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Friday, 29 January)

Closed: [web-bluetooth] Add an event when a device is disconnected. Jeffrey Yasskin via GitHub (Friday, 29 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Friday, 29 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Friday, 29 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Friday, 29 January)

Closed: [web-bluetooth] Unconditionally define the gattServer attribute, and move connect() there Jeffrey Yasskin via GitHub (Friday, 29 January)

[web-bluetooth] Pull Request: Add "Remote" to class names, and rename device.gattServer to device.gatt Jeffrey Yasskin via GitHub (Friday, 29 January)

[web-bluetooth] Pull Request: Add a gattserverdisconnected event to report when a page needs to reconnect. Jeffrey Yasskin via GitHub (Thursday, 28 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Thursday, 28 January)

[web-bluetooth] Pull Request: Fix #181: Unconditionally define device.gattServer, and connect from there. Jeffrey Yasskin via GitHub (Thursday, 28 January)

Closed: [web-bluetooth] Allowed services map should merge with an existing one Jeffrey Yasskin via GitHub (Wednesday, 27 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Wednesday, 27 January)

[web-bluetooth] Is it possible to get raw bytes of the BLE packet? kerem via GitHub (Wednesday, 27 January)

Re: [web-bluetooth] Add an event when a device is disconnected. Jeffrey Yasskin via GitHub (Wednesday, 27 January)

[web-bluetooth] new commits pushed by beaufortfrancois François Beaufort via GitHub (Wednesday, 27 January)

[web-bluetooth] new commits pushed by beaufortfrancois François Beaufort via GitHub (Tuesday, 26 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Monday, 25 January)

Closed: [web-bluetooth] Take the allowed services list into account when returning services Jeffrey Yasskin via GitHub (Monday, 25 January)

Re: [web-bluetooth] Fix #182: Filter services with the allowed services list. Giovanni Ortuno via GitHub (Monday, 25 January)

[web-bluetooth] Pull Request: Merge newly-granted allowed services into the stored list. Jeffrey Yasskin via GitHub (Monday, 25 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Saturday, 23 January)

[web-bluetooth] Pull Request: Fix #182: Filter services with the allowed services list. Jeffrey Yasskin via GitHub (Saturday, 23 January)

[web-bluetooth] new commits pushed by scheib Vincent Scheib via GitHub (Wednesday, 20 January)

[web-bluetooth] new commits pushed by scheib Vincent Scheib via GitHub (Wednesday, 20 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Tuesday, 19 January)

Closed: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue Jeffrey Yasskin via GitHub (Tuesday, 19 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Tuesday, 19 January)

[web-bluetooth] Pull Request: Fix #172: Return DataViews instead of ArrayBuffers. Jeffrey Yasskin via GitHub (Tuesday, 19 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Tuesday, 19 January)

Closed: [web-bluetooth] readValue()'s event and Promise handlers should execute in an order matching the spec Jeffrey Yasskin via GitHub (Tuesday, 19 January)

Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue François Beaufort via GitHub (Tuesday, 19 January)

[web-bluetooth] Pull Request: Make readValue's .then() and event handlers execute in the same order they're mentioned in the spec. Jeffrey Yasskin via GitHub (Saturday, 16 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Saturday, 16 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Saturday, 16 January)

[web-bluetooth] new commits pushed by beaufortfrancois François Beaufort via GitHub (Friday, 15 January)

[web-bluetooth] new commits pushed by beaufortfrancois François Beaufort via GitHub (Friday, 15 January)

[web-bluetooth] new commits pushed by beaufortfrancois François Beaufort via GitHub (Friday, 15 January)

[web-bluetooth] Consider simplifying the 3-way mapping for allowed devices. Giovanni Ortuno via GitHub (Friday, 15 January)

[web-bluetooth] Pull Request: Remove all mentions of "script execution environment", which no longer exists in HTML. Jeffrey Yasskin via GitHub (Thursday, 14 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Tuesday, 12 January)

Closed: [web-bluetooth] Remove BluetoothDevice.paired Jeffrey Yasskin via GitHub (Tuesday, 12 January)

[web-bluetooth] new commits pushed by jyasskin Jeffrey Yasskin via GitHub (Tuesday, 12 January)

[web-bluetooth] new commits pushed by scheib Vincent Scheib via GitHub (Tuesday, 12 January)

[web-bluetooth] Pull Request: Remove BluetoothDevice.paired François Beaufort via GitHub (Tuesday, 12 January)

[web-bluetooth] new commits pushed by beaufortfrancois François Beaufort via GitHub (Tuesday, 12 January)

[web-bluetooth] new commits pushed by beaufortfrancois François Beaufort via GitHub (Tuesday, 12 January)

[web-bluetooth] Update 'script execution context' reference to refer to a `Bluetooth` instance Jeffrey Yasskin via GitHub (Monday, 11 January)

Re: [web-bluetooth] When a BLE peripheral terminates a connection it should be possible to re-connect from the web app Giovanni Ortuno via GitHub (Monday, 11 January)

[web-bluetooth] Connect to multiple BLE devices from web app? Ketil Erichsen via GitHub (Thursday, 7 January)

Re: [web-bluetooth] Remove BluetoothDevice.paired François Beaufort via GitHub (Thursday, 7 January)

Re: [web-bluetooth] Figure out how to limit access from iframes François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] When a device causes a page to open, the page should be able to find the device François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] Provide a way to pair when the user's paying attention François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] Helper functions to read values François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] Describe what happens when an advertising packet is received. François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] Describe what happens in response to disconnection (a lost ATT Bearer) François Beaufort via GitHub (Wednesday, 6 January)

[web-bluetooth] Add connect and disconnect gatt server Bluetooth events. François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] Add code examples to the spec François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] Consider Object.observe for service and nearby-device changes François Beaufort via GitHub (Wednesday, 6 January)

Re: [web-bluetooth] Should `requestDevice` allow choosing more than 1 device? François Beaufort via GitHub (Wednesday, 6 January)

Last message date: Saturday, 30 January 2016 16:02:20 UTC