Typos a/an (#13819)

This commit is contained in:
Дилян Палаузов
2022-12-02 14:07:31 +02:00
committed by GitHub
parent e979be4911
commit 6c1373f7c2
121 changed files with 167 additions and 167 deletions

View File

@@ -436,7 +436,7 @@ public class BlueGigaBridgeHandler extends AbstractBluetoothBridgeHandler<BlueGi
cancelScheduledPassiveScan();
bgEndProcedure();
// Start a active scan
// Start an active scan
bgStartScanning(true, configuration.activeScanInterval, configuration.activeScanWindow);
}

View File

@@ -18,7 +18,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.BlueGigaDeviceCommand;
/**
* Class to implement the BlueGiga command <b>indicateConfirm</b>.
* <p>
* This command can be used to send a acknowledge a received indication from a remote device.
* This command can be used to send an acknowledge a received indication from a remote device.
* This function allows the application to manually confirm the indicated values instead of
* the smart stack Bluetooth automatically doing it. The benefit of this is extra reliability
* since the application can for example store the received value on the flash memory before

View File

@@ -19,7 +19,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.enumeration.BgApiResponse
/**
* Class to implement the BlueGiga command <b>procedureCompletedEvent</b>.
* <p>
* This event is produced at the GATT client when an attribute protocol event is completed a and
* This event is produced at the GATT client when an attribute protocol event is completed and a
* new operation can be issued
* <p>
* This class provides methods for processing BlueGiga API commands.

View File

@@ -21,7 +21,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.BlueGigaDeviceCommand;
* This command is used by the GATT server to acknowledge to the remote device that the
* attribute's value was written. This feature again allows the user application to
* acknowledged the attribute write operations instead of the Smart stack doing it
* automatically. Bluetooth The command should be used when a event is received where the
* automatically. Bluetooth The command should be used when an event is received where the
* reason why value has changed Value corresponds to
* attributes_attribute_change_reason_write_request_user. This response must be sent
* within 30 seconds or otherwise a timeout will occur.

View File

@@ -21,7 +21,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.BlueGigaResponse;
* This command is used by the GATT server to acknowledge to the remote device that the
* attribute's value was written. This feature again allows the user application to
* acknowledged the attribute write operations instead of the Smart stack doing it
* automatically. Bluetooth The command should be used when a event is received where the
* automatically. Bluetooth The command should be used when an event is received where the
* reason why value has changed Value corresponds to
* attributes_attribute_change_reason_write_request_user. This response must be sent
* within 30 seconds or otherwise a timeout will occur.

View File

@@ -18,7 +18,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.BlueGigaDeviceCommand;
/**
* Class to implement the BlueGiga command <b>getStatus</b>.
* <p>
* This command returns the status of the given connection. Status is returned in a event.
* This command returns the status of the given connection. Status is returned in an event.
* <p>
* This class provides methods for processing BlueGiga API commands.
* <p>

View File

@@ -18,7 +18,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.BlueGigaDeviceResponse;
/**
* Class to implement the BlueGiga command <b>getStatus</b>.
* <p>
* This command returns the status of the given connection. Status is returned in a event.
* This command returns the status of the given connection. Status is returned in an event.
* <p>
* This class provides methods for processing BlueGiga API commands.
* <p>

View File

@@ -24,7 +24,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.enumeration.BluetoothAddr
* connectable advertisement packets Bluetooth from the remote device which matches the
* Bluetooth address gives as a parameter. Upon receiving the advertisement packet, the
* module will send a connection request packet to the target device to imitate a Bluetooth
* connection. A successful connection will bi indicated by a event. Status If the device is
* connection. A successful connection will be indicated by an event. Status If the device is
* configured to support more than one connection, the smallest connection interval which is
* divisible by maximum_connections * 2.5ms will be selected. Thus, it is important to provide
* minimum and maximum connection intervals so that such a connection interval is available

View File

@@ -24,7 +24,7 @@ import org.openhab.binding.bluetooth.bluegiga.internal.enumeration.BgApiResponse
* connectable advertisement packets Bluetooth from the remote device which matches the
* Bluetooth address gives as a parameter. Upon receiving the advertisement packet, the
* module will send a connection request packet to the target device to imitate a Bluetooth
* connection. A successful connection will bi indicated by a event. Status If the device is
* connection. A successful connection will be indicated by an event. Status If the device is
* configured to support more than one connection, the smallest connection interval which is
* divisible by maximum_connections * 2.5ms will be selected. Thus, it is important to provide
* minimum and maximum connection intervals so that such a connection interval is available