OLD | NEW |
1 <h1>Manifest - Bluetooth</h1> | 1 <h1>Manifest - Bluetooth</h1> |
2 | 2 |
3 <p> | 3 <p> |
4 The <code>bluetooth</code> manifest property declares which permissions are | 4 The <code>bluetooth</code> manifest property declares which permissions are |
5 available for the $(ref:bluetooth) API. | 5 available for the $(ref:bluetooth) API. |
6 </p> | 6 </p> |
7 | 7 |
8 <h2 id="manifest">Sample manifest.json</h2> | 8 <h2 id="manifest">Sample manifest.json</h2> |
9 <pre data-filename="manifest.json"> | 9 <pre data-filename="manifest.json"> |
10 { | 10 { |
(...skipping 21 matching lines...) Expand all Loading... |
32 "uuids": [ "180D", "1809", "180F" ], | 32 "uuids": [ "180D", "1809", "180F" ], |
33 "low_energy": true | 33 "low_energy": true |
34 }, | 34 }, |
35 ... | 35 ... |
36 } | 36 } |
37 </pre> | 37 </pre> |
38 | 38 |
39 <section> | 39 <section> |
40 <h2 id="reference">Reference</h2> | 40 <h2 id="reference">Reference</h2> |
41 <p class="api_reference"> | 41 <p class="api_reference"> |
42 {{+partials.type type:apis.apps.manifestTypes.byName.bluetooth/}} | 42 {{+partials.type type:apis.apps.extensionsManifestTypes.byName.bluetooth/}} |
43 </p> | 43 </p> |
44 </section> | 44 </section> |
OLD | NEW |