> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/support-uk/v240m/how-tos/how-to-set-up-a-bluetooth-base-connection.md).

# How to Set Up a Bluetooth Base Connection

Pair a V240M terminal with its base over Bluetooth to connect to the network (BT LAN).

{% hint style="info" %}
**Use this when** you need to pair a V240M terminal with its base over Bluetooth to get a network connection (BT LAN).
{% endhint %}

This guide pairs the terminal with its base using Bluetooth, activates the paired base, and starts the BT LAN network interface.

{% hint style="info" %}
You'll need the Supervisor password to complete this process. The default is `12345`. If it has been changed and you don't know it, refer to page 43 of the [Webcom Manual](https://helpcenter.verifone.com/webcom-manual/).
{% endhint %}

## Set up a Bluetooth base connection

{% stepper %}
{% step %}

### Open the Menu

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

{% step %}

### Open the Supervisor Menu

Select `Supervisor` and enter your Supervisor password.
{% endstep %}

{% step %}

### Go to Bluetooth settings

Select `Communication`, scroll down and tap `Configuration`, select `Network Interface`, then choose `Bluetooth`.
{% endstep %}

{% step %}

### Pair with the base

You can pair the terminal in one of two ways.

**Option A — Docking method.** Place the terminal on the base, wait a few seconds, then select `Pair with Docked Base`.

**Option B — Search for the base.** Press the button on the front of the base. On the terminal, select `Search`, then press `OK` when "Make sure your base is reachable" appears. Select the device that matches the base's serial number, choose `Yes` to pair, and enter the PIN `123456`. Confirm that "Pairing Established" appears — if not, repeat this option.
{% 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`, then choose `BT LAN`.

The terminal shows a `||` symbol on the top black bar, indicating Bluetooth is active, and the interface shows as **Up**.
{% endstep %}

{% step %}

### Return to the home screen

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

<details>

<summary>Keywords</summary>

Also called: Bluetooth setup, BT LAN, pair with base, base pairing, dock terminal, Bluetooth connection. Search terms: bluetooth, BT LAN, base, pair, dock, serial number, 123456, network interface.

</details>


---

# 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://docs.verifone.com/support-uk/v240m/how-tos/how-to-set-up-a-bluetooth-base-connection.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.
