src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html

branch
eric7
changeset 10090
8be7dd9460c5
parent 9863
5f2377b32716
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html	Thu Jun 15 17:11:14 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html	Thu Jun 15 19:13:51 2023 +0200
@@ -14,7 +14,7 @@
 <h3>Global Attributes</h3>
 
 <table>
-<tr><td>ADV_DIRECT_IND</td></tr><tr><td>ADV_IND</td></tr><tr><td>ADV_NONCONN_IND</td></tr><tr><td>ADV_SCAN_IND</td></tr><tr><td>ADV_TYPE_COMPLETE_NAME</td></tr><tr><td>ADV_TYPE_MANUFACTURER</td></tr><tr><td>ADV_TYPE_SHORT_NAME</td></tr><tr><td>ADV_TYPE_SVC_DATA</td></tr><tr><td>ADV_TYPE_TX_POWER_LEVEL</td></tr><tr><td>ADV_TYPE_UUID128_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID128_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_INCOMPLETE</td></tr><tr><td>ManufacturerId</td></tr><tr><td>SCAN_RSP</td></tr>
+<tr><td>ADV_DIRECT_IND</td></tr><tr><td>ADV_IND</td></tr><tr><td>ADV_NONCONN_IND</td></tr><tr><td>ADV_SCAN_IND</td></tr><tr><td>ADV_TYPE_COMPLETE_NAME</td></tr><tr><td>ADV_TYPE_MANUFACTURER</td></tr><tr><td>ADV_TYPE_SHORT_NAME</td></tr><tr><td>ADV_TYPE_SVC_DATA</td></tr><tr><td>ADV_TYPE_TX_POWER_LEVEL</td></tr><tr><td>ADV_TYPE_UUID128_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID128_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID16_INCOMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_COMPLETE</td></tr><tr><td>ADV_TYPE_UUID32_INCOMPLETE</td></tr><tr><td>ManufacturerIDs</td></tr><tr><td>SCAN_RSP</td></tr><tr><td>ServiceIDs</td></tr>
 </table>
 <h3>Classes</h3>
 
@@ -28,7 +28,15 @@
 <h3>Functions</h3>
 
 <table>
-<tr><td>None</td></tr>
+
+<tr>
+<td><a href="#_loadManufacturerIDs">_loadManufacturerIDs</a></td>
+<td>Function to load the manufacturer IDs.</td>
+</tr>
+<tr>
+<td><a href="#_loadServiceUUIDs">_loadServiceUUIDs</a></td>
+<td>Function to load the service UUIDs.</td>
+</tr>
 </table>
 <hr />
 <hr />
@@ -320,8 +328,8 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of tuples containing the advertised service ID and a
-            flag indicating a complete ID
+list of tuples containing the advertised service ID, the associated
+            service name (if available) and a flag indicating a complete ID
 </dd>
 </dl>
 <dl>
@@ -392,4 +400,24 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="_loadManufacturerIDs" ID="_loadManufacturerIDs"></a>
+<h2>_loadManufacturerIDs</h2>
+<b>_loadManufacturerIDs</b>(<i></i>)
+
+<p>
+    Function to load the manufacturer IDs.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="_loadServiceUUIDs" ID="_loadServiceUUIDs"></a>
+<h2>_loadServiceUUIDs</h2>
+<b>_loadServiceUUIDs</b>(<i></i>)
+
+<p>
+    Function to load the service UUIDs.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial