From 54d5510f190d1044e94909e89cb86e807bb264f0 Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:53:18 +0000 Subject: [PATCH] Update docs/docs/keymaps/behaviors/bluetooth.md Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> --- docs/docs/keymaps/behaviors/bluetooth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/keymaps/behaviors/bluetooth.md b/docs/docs/keymaps/behaviors/bluetooth.md index 4a70951da52d..86bf09ec61d8 100644 --- a/docs/docs/keymaps/behaviors/bluetooth.md +++ b/docs/docs/keymaps/behaviors/bluetooth.md @@ -46,8 +46,8 @@ Here is a table describing the command for each define: | `BT_PRV` | Switch to the previous profile, cycling through to the last one when the beginning is reached. | | `BT_SEL` | Select the 0-indexed profile by number; must include a number as an argument in the keymap to work correctly, e.g. `BT_SEL 0`. | | `BT_DISC` | Disconnect from the 0-indexed profile by number, if it's currently connected and inactive; must include a number as an argument in the keymap to work correctly, e.g. `BT_DISC 0`. | -| `ADV_OFF` | Disconnect from all profiles and disable advertising (The device will not show up as connectable on host devices) | -| `ADV_ON` | Enable Bluetooth advertising, the device will show up as connectable | +| `ADV_OFF` | Disable advertising and disconnect from all profiles | +| `ADV_ON` | Enable advertising and attempt to reconnect to profiles | | `ADV_TOG` | Toggle advertising on and off | :::note[Selected profile persistence]