- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Oct 2015 10:10:20 +0000
- To: public-web-bluetooth-log@w3.org
To be clear, does that mean we would have something like this?
```js
navigator.bluetooth.requestDevice({filters:[{services:['battery_service']}]})
.then(device => device.gattServer.connect())
.then(gattServer => {
// Is gattServer returned?
// Are device.gattServer and gattServer the same?
})
--
GitHub Notif of comment by beaufortfrancois
See
https://github.com/WebBluetoothCG/web-bluetooth/issues/181#issuecomment-151442116
Received on Tuesday, 27 October 2015 10:10:28 UTC