[web-bluetooth] Should GetGATTChildren required connected == true?

scheib has just created a new issue for 
https://github.com/WebBluetoothCG/web-bluetooth:

== Should GetGATTChildren required connected == true? ==
getPrimaryService and other methods rely on GetGATTChildren algorithm 
to obtain GATT objects. Should they fail if not connected?

The Chromium implementation currently attempts to obtain this 
information even when not connected. It could be cached, so it is 
possible to allow implementations to attempt to service these 
requests, but it would be cleaner to specify either that they must 
attempt cached results or reject with a known error.

See https://github.com/WebBluetoothCG/web-bluetooth/issues/171

Received on Monday, 5 October 2015 22:59:30 UTC