> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/hardware/~/revisions/aurjDoOhAcnQLHeoR1ks/card-readers/mms-dyna-devices/emv-common-kernel/dynaflex-ii-go/documents/developers-manuals/programmers-manual-commands/commands/device-control/erase-all-bluetooth-le-bonds.md).

# Erase All Bluetooth LE Bonds

## Command 0x1F05 – Erase All Bluetooth® LE Bonds (Bluetooth® LE Only)

The host can use this command to erase all Bluetooth® LE bonds. The user should then forget the device and re-pair the device on any host that it was previously paired with if that host needs to communicate with the device again.

The sequence of events is as follows:

{% stepper %}
{% step %}

### Construct the command request

The host constructs the command request for **Command 0x1F01 - Reset Device** in the format below.
{% endstep %}

{% step %}

### Send the command

The host sends the command request to the device.
{% endstep %}

{% step %}

### Device responds

The device sends a response in the format below to the host.
{% endstep %}

{% step %}

### Device erases bonds

The device erases all Bluetooth® LE bonds within around 500ms.
{% endstep %}
{% endstepper %}

## Table - Request Data for Command 0x1F05 – Erase All Bluetooth® LE Bonds

<table><thead><tr><th>Tag</th><th width="73.33331298828125">Len</th><th width="125.3333740234375">Value / Description</th><th width="76.33331298828125">Typ</th><th width="76">Req</th><th width="96.666748046875">Default</th></tr></thead><tbody><tr><td>Beginning of any wrappers, at minimum including <a href="https://magtek.gitbook.io/magtek-pilot-gitbooks/internal-documentation/index/3.0-messages-requests-responses-notifications-and-files/3.3-message-structure#table-11-request-message-format"><strong>Request Message</strong> </a></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>1F05 = <strong>Command 0x1F05 – Erase All Bluetooth® LE Bonds</strong></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>No parameters.</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>End of any wrappers, at minimum including <a href="https://magtek.gitbook.io/magtek-pilot-gitbooks/internal-documentation/index/3.0-messages-requests-responses-notifications-and-files/3.3-message-structure#table-11-request-message-format"><strong>Request Message</strong></a> </td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

## Table - Response Data for Command 0x1F05 – Erase All Bluetooth® LE Bonds

<table><thead><tr><th>Tag</th><th width="73.66668701171875">Len</th><th width="123.66668701171875">Value / Description</th><th width="73.3333740234375">Typ</th><th width="75.33331298828125">Req</th><th width="96.6666259765625">Default</th></tr></thead><tbody><tr><td>Beginning of any wrappers, at minimum including <a href="https://magtek.gitbook.io/magtek-pilot-gitbooks/internal-documentation/index/3.0-messages-requests-responses-notifications-and-files/3.3-message-structure?q=Command+0x1830+-+Display+Flexible+UI+Pages+(Display+Only)#table-12-response-message-format"><strong>Response Message</strong> </a></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>1F05 = <strong>Command 0x1F05 – Erase All Bluetooth® LE Bonds</strong></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>No parameters.</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>End of any wrappers, at minimum including <a href="https://magtek.gitbook.io/magtek-pilot-gitbooks/internal-documentation/index/3.0-messages-requests-responses-notifications-and-files/3.3-message-structure?q=Command+0x1830+-+Display+Flexible+UI+Pages+(Display+Only)#table-12-response-message-format"><strong>Response Message</strong></a></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

## Table - Request Example

{% code title="Example (Hex)" %}

```
AA 00 81 04 01 55 1F 05 84 02 1F 05
```

{% endcode %}

## Table - Response Example

{% code title="Example (Hex)" %}

```
AA 00 81 04 82 55 1F 05 82 04 00 00 00 00 84 02 1F 05
```

{% endcode %}


---

# 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://developer.magtek.com/hardware/~/revisions/aurjDoOhAcnQLHeoR1ks/card-readers/mms-dyna-devices/emv-common-kernel/dynaflex-ii-go/documents/developers-manuals/programmers-manual-commands/commands/device-control/erase-all-bluetooth-le-bonds.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.
