diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-10-17 02:27:10 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-11-04 22:31:56 -0400 |
commit | 0b0b49d62666cfec2157900fd0dbf62460aa33f9 (patch) | |
tree | 85b6f0cc7f962e6317c6d3fcb7c058d92b148205 /app/Kconfig | |
parent | 73fd4b9230bec4333fc3ecc74e455af78016f0e2 (diff) |
fix(split): Properly rediscover peripherals.
* Handle disconnects of peripherals, and properly clean up
and resume discovering for when the peripheral re-appears.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 8817d50..3502c65 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -167,6 +167,7 @@ menuconfig ZMK_SPLIT_BLE_ROLE_CENTRAL bool "Central" select BT_CENTRAL select BT_GATT_CLIENT + select BT_GATT_AUTO_DISCOVER_CCC if ZMK_SPLIT_BLE_ROLE_CENTRAL |