New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 599930 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Feature

Blocking:
issue 597386



Sign in to add a comment

Don't show un-connectable devices in the BT UI

Project Member Reported by jleong@chromium.org, Apr 1 2016

Issue description

These devices only clutter the UI and make pairing that much harder. BluetoothDevice has an IsConnectable() API that we could use to filter out these devices.
 

Comment 1 by jleong@chromium.org, Apr 18 2016

Blocking: 597386

Comment 2 by ortuno@chromium.org, Apr 18 2016

I don't think you can use IsConnectable. The implementation of IsConnectable just assumes that any non HID device is connectable D:

https://code.google.com/p/chromium/codesearch#chromium/src/device/bluetooth/bluetooth_device_bluez.cc&sq=package:chromium&type=cs&l=290&rcl=1460992670

You may want to use the Advertising Data which specify if a device is connectable or not. See http://j2abro.blogspot.fr/2014/06/understanding-bluetooth-advertising.html for a quick overview of "Bluetooth LE Advertising Channel PDU"

Sign in to add a comment