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"> |