--- a/src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html Wed Mar 08 19:48:26 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html Thu Mar 09 11:13:35 2023 +0100 @@ -75,6 +75,10 @@ <td>Public method to get the address string.</td> </tr> <tr> +<td><a href="#BluetoothAdvertisement.completeName">completeName</a></td> +<td>Public method to get the complete advertised name, if available.</td> +</tr> +<tr> <td><a href="#BluetoothAdvertisement.manufacturer">manufacturer</a></td> <td>Public method to get the manufacturer data.</td> </tr> @@ -91,6 +95,10 @@ <td>Public method to get the service IDs.</td> </tr> <tr> +<td><a href="#BluetoothAdvertisement.shortName">shortName</a></td> +<td>Public method to get the shortened advertised name, if available.</td> +</tr> +<tr> <td><a href="#BluetoothAdvertisement.txPower">txPower</a></td> <td>Public method to get the advertised power level in dBm.</td> </tr> @@ -213,6 +221,25 @@ str </dd> </dl> +<a NAME="BluetoothAdvertisement.completeName" ID="BluetoothAdvertisement.completeName"></a> +<h4>BluetoothAdvertisement.completeName</h4> +<b>completeName</b>(<i></i>) + +<p> + Public method to get the complete advertised name, if available. +</p> +<dl> +<dt>Return:</dt> +<dd> +advertised name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="BluetoothAdvertisement.manufacturer" ID="BluetoothAdvertisement.manufacturer"></a> <h4>BluetoothAdvertisement.manufacturer</h4> <b>manufacturer</b>(<i>filterId=None, withName=False</i>) @@ -303,6 +330,25 @@ list of tuple of (str, bool) </dd> </dl> +<a NAME="BluetoothAdvertisement.shortName" ID="BluetoothAdvertisement.shortName"></a> +<h4>BluetoothAdvertisement.shortName</h4> +<b>shortName</b>(<i></i>) + +<p> + Public method to get the shortened advertised name, if available. +</p> +<dl> +<dt>Return:</dt> +<dd> +advertised name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="BluetoothAdvertisement.txPower" ID="BluetoothAdvertisement.txPower"></a> <h4>BluetoothAdvertisement.txPower</h4> <b>txPower</b>(<i></i>)