| OLD | NEW |
| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 <a href="#method-connect">connect</a> | 173 <a href="#method-connect">connect</a> |
| 174 </li><li> | 174 </li><li> |
| 175 <a href="#method-disconnect">disconnect</a> | 175 <a href="#method-disconnect">disconnect</a> |
| 176 </li><li> | 176 </li><li> |
| 177 <a href="#method-getAddress">getAddress</a> | 177 <a href="#method-getAddress">getAddress</a> |
| 178 </li><li> | 178 </li><li> |
| 179 <a href="#method-getDevices">getDevices</a> | 179 <a href="#method-getDevices">getDevices</a> |
| 180 </li><li> | 180 </li><li> |
| 181 <a href="#method-getLocalOutOfBandPairingData">getLocalOutOfBand
PairingData</a> | 181 <a href="#method-getLocalOutOfBandPairingData">getLocalOutOfBand
PairingData</a> |
| 182 </li><li> | 182 </li><li> |
| 183 <a href="#method-getName">getName</a> |
| 184 </li><li> |
| 183 <a href="#method-getServices">getServices</a> | 185 <a href="#method-getServices">getServices</a> |
| 184 </li><li> | 186 </li><li> |
| 185 <a href="#method-isAvailable">isAvailable</a> | 187 <a href="#method-isAvailable">isAvailable</a> |
| 186 </li><li> | 188 </li><li> |
| 187 <a href="#method-isPowered">isPowered</a> | 189 <a href="#method-isPowered">isPowered</a> |
| 188 </li><li> | 190 </li><li> |
| 189 <a href="#method-read">read</a> | 191 <a href="#method-read">read</a> |
| 190 </li><li> | 192 </li><li> |
| 191 <a href="#method-setOutOfBandPairingData">setOutOfBandPairingDat
a</a> | 193 <a href="#method-setOutOfBandPairingData">setOutOfBandPairingDat
a</a> |
| 192 </li><li> | 194 </li><li> |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 </div> | 720 </div> |
| 719 </div> | 721 </div> |
| 720 </dl> | 722 </dl> |
| 721 <!-- RETURNS --> | 723 <!-- RETURNS --> |
| 722 <dl> | 724 <dl> |
| 723 </dl> | 725 </dl> |
| 724 <!-- CALLBACK --> | 726 <!-- CALLBACK --> |
| 725 <!-- MIN_VERSION --> | 727 <!-- MIN_VERSION --> |
| 726 </div> <!-- /description --> | 728 </div> <!-- /description --> |
| 727 </div><div class="apiItem"> | 729 </div><div class="apiItem"> |
| 730 <a name="method-getName"></a> <!-- method-anchor --> |
| 731 <h4>getName</h4> |
| 732 <div class="summary"> |
| 733 <!-- Note: intentionally longer 80 columns --> |
| 734 <span>chrome.experimental.bluetooth.getName</span>(<span class
="null"><span>function</span> |
| 735 <var><span>NameCallback</span></var></span>)</div> |
| 736 <div class="description"> |
| 737 <p>Get the name of the Bluetooth adapter.</p> |
| 738 <!-- PARAMETERS --> |
| 739 <h4>Parameters</h4> |
| 740 <dl> |
| 741 <div> |
| 742 <div> |
| 743 <dt> |
| 744 <var>NameCallback</var> |
| 745 <em> |
| 746 <!-- TYPE --> |
| 747 <div style="display:inline"> |
| 748 ( |
| 749 <span id="typeTemplate"> |
| 750 <span> |
| 751 <span>function</span> |
| 752 </span> |
| 753 </span> |
| 754 ) |
| 755 </div> |
| 756 </em> |
| 757 </dt> |
| 758 <dd class="todo"> |
| 759 Undocumented. |
| 760 </dd> |
| 761 <!-- OBJECT PROPERTIES --> |
| 762 <!-- OBJECT METHODS --> |
| 763 <!-- OBJECT EVENT FIELDS --> |
| 764 <!-- FUNCTION PARAMETERS --> |
| 765 <dd> |
| 766 <div> |
| 767 <h5>Parameters</h5> |
| 768 <dl> |
| 769 <div> |
| 770 <div> |
| 771 <dt> |
| 772 <var>result</var> |
| 773 <em> |
| 774 <!-- TYPE --> |
| 775 <div style="display:inline"> |
| 776 ( |
| 777 <span id="typeTemplate"> |
| 778 <span> |
| 779 <span>string</span> |
| 780 </span> |
| 781 </span> |
| 782 ) |
| 783 </div> |
| 784 </em> |
| 785 </dt> |
| 786 <dd class="todo"> |
| 787 Undocumented. |
| 788 </dd> |
| 789 <!-- OBJECT PROPERTIES --> |
| 790 <!-- OBJECT METHODS --> |
| 791 <!-- OBJECT EVENT FIELDS --> |
| 792 <!-- FUNCTION PARAMETERS --> |
| 793 </div> |
| 794 </div> |
| 795 </dl> |
| 796 </div> |
| 797 </dd> |
| 798 </div> |
| 799 </div> |
| 800 </dl> |
| 801 <!-- RETURNS --> |
| 802 <dl> |
| 803 </dl> |
| 804 <!-- CALLBACK --> |
| 805 <!-- MIN_VERSION --> |
| 806 </div> <!-- /description --> |
| 807 </div><div class="apiItem"> |
| 728 <a name="method-getServices"></a> <!-- method-anchor --> | 808 <a name="method-getServices"></a> <!-- method-anchor --> |
| 729 <h4>getServices</h4> | 809 <h4>getServices</h4> |
| 730 <div class="summary"> | 810 <div class="summary"> |
| 731 <!-- Note: intentionally longer 80 columns --> | 811 <!-- Note: intentionally longer 80 columns --> |
| 732 <span>chrome.experimental.bluetooth.getServices</span>(<span c
lass="null"><span>experimental.bluetooth.GetServicesOptions</span> | 812 <span>chrome.experimental.bluetooth.getServices</span>(<span c
lass="null"><span>experimental.bluetooth.GetServicesOptions</span> |
| 733 <var><span>options</span></var></span><span class="null"><
span>, </span><span>function</span> | 813 <var><span>options</span></var></span><span class="null"><
span>, </span><span>function</span> |
| 734 <var><span>ServicesCallback</span></var></span>)</div> | 814 <var><span>ServicesCallback</span></var></span>)</div> |
| 735 <div class="description"> | 815 <div class="description"> |
| 736 <p>Get a list of services provided by a device.</p> | 816 <p>Get a list of services provided by a device.</p> |
| 737 <!-- PARAMETERS --> | 817 <!-- PARAMETERS --> |
| (...skipping 1809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2547 _uff=0; | 2627 _uff=0; |
| 2548 urchinTracker(); | 2628 urchinTracker(); |
| 2549 } | 2629 } |
| 2550 catch(e) {/* urchinTracker not available. */} | 2630 catch(e) {/* urchinTracker not available. */} |
| 2551 </script> | 2631 </script> |
| 2552 <!-- end analytics --> | 2632 <!-- end analytics --> |
| 2553 </div> | 2633 </div> |
| 2554 </div> <!-- /gc-footer --> | 2634 </div> <!-- /gc-footer --> |
| 2555 </div> <!-- /gc-container --> | 2635 </div> <!-- /gc-container --> |
| 2556 </body></html> | 2636 </body></html> |
| OLD | NEW |