Don't show un-connectable devices in the BT UI |
|
Issue descriptionThese 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.
,
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
,
Apr 19 2016
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 |
|
Comment 1 by jleong@chromium.org
, Apr 18 2016