| Name | ENABLED |
| Description | Executes when Bluetooth is enabled. |
| Name | DISABLED |
| Description | Executes when Bluetooth is disabled. |
| Name | FOUND | |||
| Description | Executes when presence of a new Bluetooth device is detected. This can happen in case of execution of performer BLUETOOTH.DISCOVER or in case of manual scan by the user. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.TEXT-FILTER | NAME-FILTER | No | If present, activates trigger only if detected device name matches filter criteria. |
| Variables | CORE.STRING | DEVICE-NAME | Detected device name. | |
| CORE.STRING | DEVICE-ADDRESS | Detected device hardware address. | ||
| Name | ENABLED |
| Description | Returns true if Bluetooth is enabled, false otherwise. |
| Name | DISABLED |
| Description | Returns true if Bluetooth is enabled, false otherwise. |
| Name | ON |
| Description | Activates Bluetooth. |
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | CORE.BOOLEAN | DISCOVERABLE | YES | Declares if discoverable or not. |
| Name | OFF |
| Description | Deactivates Bluetooth. |
| Name | DISCOVER |
| Description | Begin search of devices, evantually activating Bluetooth. |