summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael van Eerd <michael@cache.works>2021-08-15 22:06:40 +0200
committerPete Johanson <peter@peterjohanson.com>2021-09-17 10:45:37 -0400
commit05b03532197e8d6f454094f0bb548d0223965d25 (patch)
tree9ffcf6d0de6c9ea53df7a4004f031050119d59e3
parentd769618b3f6784a6e6541c68c1d1dc94ad9f620e (diff)
feat(docs) Clarify Bluetooth profile pairing
-rw-r--r--docs/docs/behaviors/bluetooth.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/behaviors/bluetooth.md b/docs/docs/behaviors/bluetooth.md
index 3c33aa3..459ada5 100644
--- a/docs/docs/behaviors/bluetooth.md
+++ b/docs/docs/behaviors/bluetooth.md
@@ -9,12 +9,12 @@ The bluetooth behavior allows management of various settings and states related
between the keyboard and the host. By default, ZMK supports five "profiles" for selecting which bonded host
computer/laptop/keyboard should receive the keyboard input; many of the commands here operation on those profiles.
-:::note Number of Profiles
-Please note there are only five available Bluetooth profiles by default. If you need to increase the number of available profiles you can set `CONFIG_BT_MAX_CONN` in your `zmk-config` `.conf` file.
-:::
-
:::note Connection Management
+When pairing to a host device ZMK saves bond information to the selected profile. It will not replace this when you initiate pairing with another device. To pair with a new device select an unused profile with `BT_SEL`, `BT_NXT` or by clearing an existing profile using `BT_CLR`.
+
A ZMK device may show as "connected" on multiple hosts at the same time. This is working as intended, and only the host associated with the active profile will receive keystrokes.
+
+Please note there are only five available Bluetooth profiles by default. If you need to increase the number of available profiles you can set `CONFIG_BT_MAX_CONN` in your `zmk-config` `.conf` file.
:::
## Bluetooth Command Defines