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

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

Issue 10837294: Add bluetooth.getName API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 6b34591e9a19f03582f2266969ea163d2a6eb37e..88dd6aefa8b52f70e7c074e03d5c4de08299574c 100644
--- a/chrome/common/extensions/docs/apps/experimental.bluetooth.html
+++ b/chrome/common/extensions/docs/apps/experimental.bluetooth.html
@@ -180,6 +180,8 @@
</li><li>
<a href="#method-getLocalOutOfBandPairingData">getLocalOutOfBandPairingData</a>
</li><li>
+ <a href="#method-getName">getName</a>
+ </li><li>
<a href="#method-getServices">getServices</a>
</li><li>
<a href="#method-isAvailable">isAvailable</a>
@@ -725,6 +727,84 @@
<!-- MIN_VERSION -->
</div> <!-- /description -->
</div><div class="apiItem">
+ <a name="method-getName"></a> <!-- method-anchor -->
+ <h4>getName</h4>
+ <div class="summary">
+ <!-- Note: intentionally longer 80 columns -->
+ <span>chrome.experimental.bluetooth.getName</span>(<span class="null"><span>function</span>
+ <var><span>NameCallback</span></var></span>)</div>
+ <div class="description">
+ <p>Get the name of the Bluetooth adapter.</p>
+ <!-- PARAMETERS -->
+ <h4>Parameters</h4>
+ <dl>
+ <div>
+ <div>
+ <dt>
+ <var>NameCallback</var>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <span>
+ <span>function</span>
+ </span>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd class="todo">
+ Undocumented.
+ </dd>
+ <!-- OBJECT PROPERTIES -->
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ <dd>
+ <div>
+ <h5>Parameters</h5>
+ <dl>
+ <div>
+ <div>
+ <dt>
+ <var>result</var>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <span>
+ <span>string</span>
+ </span>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd class="todo">
+ Undocumented.
+ </dd>
+ <!-- OBJECT PROPERTIES -->
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
+ </div>
+ </dl>
+ </div>
+ </dd>
+ </div>
+ </div>
+ </dl>
+ <!-- RETURNS -->
+ <dl>
+ </dl>
+ <!-- CALLBACK -->
+ <!-- MIN_VERSION -->
+ </div> <!-- /description -->
+ </div><div class="apiItem">
<a name="method-getServices"></a> <!-- method-anchor -->
<h4>getServices</h4>
<div class="summary">

Powered by Google App Engine
This is Rietveld 408576698