Coder Social home page Coder Social logo

Comments (6)

keybuk avatar keybuk commented on July 30, 2024

This is an interestingly similar case to reconnection

from web-bluetooth.

scheib avatar scheib commented on July 30, 2024

Reconnection issue: #31 Specify how re-connection works

from web-bluetooth.

jyasskin avatar jyasskin commented on July 30, 2024

@slightlyoff pointed out that we also need to define what happens if a suitable device is already available when the site requests "later" access (requestDeviceLater()?). The UI for this should probably be site-centric like requestDevice(), rather than the device-centric UI described in the first comment. If requestDeviceLater collapses into requestDevice when a device is already available, maybe they should be the same function, with just an option to turn off either behavior variant?

@keybuk It's similar to reconnection, except with reconnection the browser has a device address to reconnect to, while with requestDeviceLater, the browser only has a list of service UUIDs.

from web-bluetooth.

keybuk avatar keybuk commented on July 30, 2024

Not necessarily; the browser only has a device address if the device doesn't use purely random MAC addresses

from web-bluetooth.

jracle avatar jracle commented on July 30, 2024

@keybuk is right, we need to pay attention to how we handle this scenario with context of privacy feature and pure random MAC addresses.

@jyasskin this is indeed a very interesting scenario, though I'm not a fan of 'Later' suffix. I'd prefer sth like 'defer'. We could use an option to requestDevice(). Is it similar to the autoConnect option in [BluetoothDevice.connectGatt](https://developer.android.com/reference/android/bluetooth/BluetoothDevice.html#connectGatt%28android.content.Context, boolean, android.bluetooth.BluetoothGattCallback%29)?

from web-bluetooth.

reillyeon avatar reillyeon commented on July 30, 2024

Discussed at the TPAC 2019 F2F:

  • In the case where the page is not closed the website can use the watchAdvertisements() method to detect the service announcement.
  • In the case where the page is closed we could implement the ability for the site to register for a passive scan (different than requestLEScan()) which would fire a service worker event when an advertisement is received. This has been filed as #453.

from web-bluetooth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.