# Bluetooth LE Connect to Device

Connects to a specific BLE device.

Action available for the following operating systems:

![](/files/kfMeq0OanEe5OOx5RmUn)

### Parameters

*Targets*

* **Address String** *\<string>* - Address for BLE Device
* **Timeout (ms)** *\<numeric>* - Value in Milliseconds
* **Target for Name** *\<unquoted string>* - The control or variable where the name of the discovered device will be stored.

{% hint style="warning" %}
Many Bluetooth LE devices do not return this value.
{% endhint %}

{% hint style="info" %}
On iOS, Apple assigns a virtual MAC address to Bluetooth Low Energy devices, so you cannot use the real MAC Address. First you need to use Bluetooth LE Start Scanning to list bluetooth low energy devices, and retrieve the assigned MAC address for the device you want. Then you can use that MAC address to connect to the device.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-communications/bluetooth-le-connect-to-device.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
