[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] Pull Request: Suggest UAs disconnect when a BluetoothDevice is gc'ed.
[web-bluetooth] new commits pushed by jyasskin
Closed: [web-bluetooth] Add an event when a device is disconnected.
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] new commits pushed by jyasskin
Closed: [web-bluetooth] Unconditionally define the gattServer attribute, and move connect() there
[web-bluetooth] Pull Request: Add "Remote" to class names, and rename device.gattServer to device.gatt
- Re: [web-bluetooth] Add "Remote" to class names, and rename device.gattServer to device.gatt
- Re: [web-bluetooth] Add "Remote" to class names, and rename device.gattServer to device.gatt
[web-bluetooth] Pull Request: Add a gattserverdisconnected event to report when a page needs to reconnect.
- Re: [web-bluetooth] Add a gattserverdisconnected event to report when a page needs to reconnect.
- Re: [web-bluetooth] Add a gattserverdisconnected event to report when a page needs to reconnect.
- Re: [web-bluetooth] Add a gattserverdisconnected event to report when a page needs to reconnect.
- Re: [web-bluetooth] Add a gattserverdisconnected event to report when a page needs to reconnect.
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] Pull Request: Fix #181: Unconditionally define device.gattServer, and connect from there.
- Re: [web-bluetooth] Fix #181: Unconditionally define device.gattServer, and connect from there.
- Re: [web-bluetooth] Fix #181: Unconditionally define device.gattServer, and connect from there.
Closed: [web-bluetooth] Allowed services map should merge with an existing one
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] Is it possible to get raw bytes of the BLE packet?
- Re: [web-bluetooth] Is it possible to get raw bytes of the BLE packet?
- Closed: [web-bluetooth] Is it possible to get raw bytes of the BLE packet?
Re: [web-bluetooth] Add an event when a device is disconnected.
[web-bluetooth] new commits pushed by beaufortfrancois
[web-bluetooth] new commits pushed by beaufortfrancois
[web-bluetooth] new commits pushed by jyasskin
Closed: [web-bluetooth] Take the allowed services list into account when returning services
Re: [web-bluetooth] Fix #182: Filter services with the allowed services list.
- Re: [web-bluetooth] Fix #182: Filter services with the allowed services list.
- Re: [web-bluetooth] Fix #182: Filter services with the allowed services list.
[web-bluetooth] Pull Request: Merge newly-granted allowed services into the stored list.
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] Pull Request: Fix #182: Filter services with the allowed services list.
[web-bluetooth] new commits pushed by scheib
[web-bluetooth] new commits pushed by scheib
[web-bluetooth] new commits pushed by jyasskin
Closed: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] Pull Request: Fix #172: Return DataViews instead of ArrayBuffers.
- Re: [web-bluetooth] Fix #172: Return DataViews instead of ArrayBuffers.
- Re: [web-bluetooth] Fix #172: Return DataViews instead of ArrayBuffers.
- Re: [web-bluetooth] Fix #172: Return DataViews instead of ArrayBuffers.
- Re: [web-bluetooth] Fix #172: Return DataViews instead of ArrayBuffers.
- Re: [web-bluetooth] Fix #172: Return DataViews instead of ArrayBuffers.
- Re: [web-bluetooth] Fix #172: Return DataViews instead of ArrayBuffers.
- Re: [web-bluetooth] Fix #172: Return DataViews instead of ArrayBuffers.
[web-bluetooth] new commits pushed by jyasskin
Closed: [web-bluetooth] readValue()'s event and Promise handlers should execute in an order matching the spec
Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
- Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
- Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
- Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
- Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
- Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
- Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
- Re: [web-bluetooth] Returns DataView instead of ArrayBuffer on readValue
[web-bluetooth] Pull Request: Make readValue's .then() and event handlers execute in the same order they're mentioned in the spec.
- Re: [web-bluetooth] Make readValue's .then() and event handlers execute in the same order they're mentioned in the spec.
- Re: [web-bluetooth] Make readValue's .then() and event handlers execute in the same order they're mentioned in the spec.
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] new commits pushed by beaufortfrancois
[web-bluetooth] new commits pushed by beaufortfrancois
[web-bluetooth] new commits pushed by beaufortfrancois
[web-bluetooth] Consider simplifying the 3-way mapping for allowed devices.
- Re: [web-bluetooth] Consider simplifying the 3-way mapping for allowed devices.
- Re: [web-bluetooth] Consider simplifying the 3-way mapping for allowed devices.
- Closed: [web-bluetooth] Consider simplifying the 3-way mapping for allowed devices.
- Re: [web-bluetooth] Consider simplifying the 3-way mapping for allowed devices.
[web-bluetooth] Pull Request: Remove all mentions of "script execution environment", which no longer exists in HTML.
- Re: [web-bluetooth] Remove all mentions of "script execution environment", which no longer exists in HTML.
- Re: [web-bluetooth] Remove all mentions of "script execution environment", which no longer exists in HTML.
- Re: [web-bluetooth] Remove all mentions of "script execution environment", which no longer exists in HTML.
[web-bluetooth] new commits pushed by jyasskin
Closed: [web-bluetooth] Remove BluetoothDevice.paired
[web-bluetooth] new commits pushed by jyasskin
[web-bluetooth] new commits pushed by scheib
[web-bluetooth] Pull Request: Remove BluetoothDevice.paired
[web-bluetooth] new commits pushed by beaufortfrancois
[web-bluetooth] new commits pushed by beaufortfrancois
[web-bluetooth] Update 'script execution context' reference to refer to a `Bluetooth` instance
- Re: [web-bluetooth] Update 'script execution context' reference to refer to a `Bluetooth` instance
- Closed: [web-bluetooth] Update 'script execution context' reference to refer to a `Bluetooth` instance
Re: [web-bluetooth] When a BLE peripheral terminates a connection it should be possible to re-connect from the web app
- Re: [web-bluetooth] When a BLE peripheral terminates a connection it should be possible to re-connect from the web app
- Re: [web-bluetooth] When a BLE peripheral terminates a connection it should be possible to re-connect from the web app
- Re: [web-bluetooth] When a BLE peripheral terminates a connection it should be possible to re-connect from the web app
[web-bluetooth] Connect to multiple BLE devices from web app?
- Closed: [web-bluetooth] Connect to multiple BLE devices from web app?
- Re: [web-bluetooth] Connect to multiple BLE devices from web app?
- Re: [web-bluetooth] Connect to multiple BLE devices from web app?
- Re: [web-bluetooth] Connect to multiple BLE devices from web app?
Re: [web-bluetooth] Remove BluetoothDevice.paired
Re: [web-bluetooth] Figure out how to limit access from iframes
Re: [web-bluetooth] When a device causes a page to open, the page should be able to find the device
Re: [web-bluetooth] Provide a way to pair when the user's paying attention
Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
- Re: [web-bluetooth] Helper functions to read values
Re: [web-bluetooth] Describe what happens when an advertising packet is received.
Re: [web-bluetooth] Describe what happens in response to disconnection (a lost ATT Bearer)
[web-bluetooth] Add connect and disconnect gatt server Bluetooth events.
- Re: [web-bluetooth] Add connect and disconnect gatt server Bluetooth events.
- Re: [web-bluetooth] Add connect and disconnect gatt server Bluetooth events.
- Re: [web-bluetooth] Add connect and disconnect gatt server Bluetooth events.
- Closed: [web-bluetooth] Add connect and disconnect gatt server Bluetooth events.