Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8159)

Unified Diff: chrome/common/extensions/docs/extensions/experimental.bluetooth.html

Issue 10815072: Bluetooth API: improve discovery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix licenses Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/extensions/experimental.bluetooth.html
diff --git a/chrome/common/extensions/docs/extensions/experimental.bluetooth.html b/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
index c439124416c911c8c3162cad5a13278f15009294..e56177b96595cbebb3f2b6dd925f95b2c70a8163 100644
--- a/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
+++ b/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
@@ -1554,7 +1554,7 @@
<var><span>options</span></var></span><span class="optional"><span>, </span><span>function</span>
<var><span>ResultCallback</span></var></span>)</div>
<div class="description">
- <p>Start discovery. Discovered devices will be returned via the |onDeviceDiscovered| callback. Note that discovery can be resource intensive. stopDiscovery should be called as soon as is convenient.</p>
+ <p>Start discovery. Discovered devices will be returned via the |onDeviceDiscovered| callback. Discovery will fail to start if it is already in progress. Discovery can be resource intensive: stopDiscovery should be called as soon as possible.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
<dl>

Powered by Google App Engine
This is Rietveld 408576698