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

Unified Diff: chrome/common/extensions/docs/apps/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/apps/experimental.bluetooth.html
diff --git a/chrome/common/extensions/docs/apps/experimental.bluetooth.html b/chrome/common/extensions/docs/apps/experimental.bluetooth.html
index 5b343173c358f4007bfa484af0533da1e4caeebc..6b34591e9a19f03582f2266969ea163d2a6eb37e 100644
--- a/chrome/common/extensions/docs/apps/experimental.bluetooth.html
+++ b/chrome/common/extensions/docs/apps/experimental.bluetooth.html
@@ -1173,7 +1173,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