> For the complete documentation index, see [llms.txt](https://helpcenter.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.verifone.com/v240m-connections/bluetooth-lan-setup.md).

# Bluetooth Lan Setup

{% stepper %}
{% step %}

### Access the Menu

Once the V240m has finished loading, tap the **blue banner** at the top of the screen to open the menu.
{% endstep %}

{% step %}

### Enter Supervisor Mode

Select **Supervisor** and enter the **Supervisor password** (default: **12345**). If you have amended this please refer to <mark style="color:purple;">page 43</mark> on the [Webcom Manual](/webcom-manual/webcom-manual.md).
{% endstep %}

{% step %}

### Navigate to Bluetooth Settings

* Select **Communication**
* Scroll down and tap **Configuration**
* Select **Network Interface**
* Choose **Bluetooth**
  {% endstep %}

{% step %}

### Pair With the Base

You can pair the terminal in one of two ways:

#### Option A: Docking Method

* Place the V240m on the base.
* Wait a few seconds.
* Select **Pair with Docked Base**.

#### Option B: Search for the Base (LAN Connection)

* Press the **button on the front of the base**.
* On the terminal, select **Search**.
* Press **OK** when the message “Make sure your base is reachable” appears.
* Select the device that matches the **base’s serial number**.
* Choose **Yes** when prompted to pair with the base.
* Enter the **PIN: 123456**.
* Confirm that **Pairing Established** appears.
  * If not, repeat steps 1–5.
    {% endstep %}

{% step %}

### Activate the Paired Base

* Select **Configured Devices**.
* Tap the entry that matches the base’s **serial number**.
* Select **Activate** and tap **OK**.
  {% endstep %}

{% step %}

### Start the Bluetooth Network Interface

* Press the **red button** until you return to the **Configuration** menu.
* Scroll down and select **Start Network Interface**.
* Choose **BT LAN**.

The terminal should now display a **|| symbol** on the top black bar, indicating that Bluetooth is active. The interface will show as **Up**.
{% endstep %}

{% step %}

### Return to the Home Screen

Press the **red button** until you are back on the main screen.
{% endstep %}
{% endstepper %}

#### [<mark style="color:$success;">Back to V240M - Connection Guides</mark>](/v240m-connections/v240m-connection-guides.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.verifone.com/v240m-connections/bluetooth-lan-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
