Re: [web-bluetooth] Add a "connectable" field to BluetoothDevice

I think it might be confusing for developers to have this member if 
android doesn't support it. Imagine a developer on macOS that writes 
the following line:
```js
if (device.connectable) {
  return device.gatt.connect();
}
```

That will work while he's developing but fail on real android devices.

-- 
GitHub Notification of comment by g-ortuno
Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/issues/253#issuecomment-235914580
 using your GitHub account

Received on Thursday, 28 July 2016 14:38:53 UTC