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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 </div> <!-- /description --> 1166 </div> <!-- /description -->
1167 </div><div class="apiItem"> 1167 </div><div class="apiItem">
1168 <a name="method-startDiscovery"></a> <!-- method-anchor --> 1168 <a name="method-startDiscovery"></a> <!-- method-anchor -->
1169 <h4>startDiscovery</h4> 1169 <h4>startDiscovery</h4>
1170 <div class="summary"> 1170 <div class="summary">
1171 <!-- Note: intentionally longer 80 columns --> 1171 <!-- Note: intentionally longer 80 columns -->
1172 <span>chrome.experimental.bluetooth.startDiscovery</span>(<spa n class="null"><span>experimental.bluetooth.StartDiscoveryOptions</span> 1172 <span>chrome.experimental.bluetooth.startDiscovery</span>(<spa n class="null"><span>experimental.bluetooth.StartDiscoveryOptions</span>
1173 <var><span>options</span></var></span><span class="optiona l"><span>, </span><span>function</span> 1173 <var><span>options</span></var></span><span class="optiona l"><span>, </span><span>function</span>
1174 <var><span>ResultCallback</span></var></span>)</div> 1174 <var><span>ResultCallback</span></var></span>)</div>
1175 <div class="description"> 1175 <div class="description">
1176 <p>Start discovery. Discovered devices will be returned via the |onDeviceDiscovered| callback. Note that discovery can be resource intensive. st opDiscovery should be called as soon as is convenient.</p> 1176 <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>
1177 <!-- PARAMETERS --> 1177 <!-- PARAMETERS -->
1178 <h4>Parameters</h4> 1178 <h4>Parameters</h4>
1179 <dl> 1179 <dl>
1180 <div> 1180 <div>
1181 <div> 1181 <div>
1182 <dt> 1182 <dt>
1183 <var>options</var> 1183 <var>options</var>
1184 <em> 1184 <em>
1185 <!-- TYPE --> 1185 <!-- TYPE -->
1186 <div style="display:inline"> 1186 <div style="display:inline">
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2547 _uff=0; 2547 _uff=0;
2548 urchinTracker(); 2548 urchinTracker();
2549 } 2549 }
2550 catch(e) {/* urchinTracker not available. */} 2550 catch(e) {/* urchinTracker not available. */}
2551 </script> 2551 </script>
2552 <!-- end analytics --> 2552 <!-- end analytics -->
2553 </div> 2553 </div>
2554 </div> <!-- /gc-footer --> 2554 </div> <!-- /gc-footer -->
2555 </div> <!-- /gc-container --> 2555 </div> <!-- /gc-container -->
2556 </body></html> 2556 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698