You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A note on the implementation, I believe there are three levels of integration happening here:
The standard way where the OS is prompting the user when a device is actively asking to pair with their computer. I'm not sure we handle this because your computer is only discoverable when the Bluetooth settings are open.
The pro-active (Windows) way where apparently the OS will scan for any devices in pairing mode, and prompt the user when a new one shows up. This seems like it could be implemented today, but it might feel spammy and might have power usage concerns.
The Android/Chrome way which uses Google's Fast Pair service—as far as I can tell, a proprietary service that requires device makers to register with Google to support it, but I'm not sure if it can be implemented openly by other OSes. This does enable that more "magical" experience much like Apple AirPods but with a much larger pool of supported manufacturers and devices.
Some OSes have the feature for fast pair nearby bluetooth devices in pairing mode.
Problem
Proposal
The functionality follow this behavior :
Prior Art
Windows example :
The text was updated successfully, but these errors were encountered: