fix(bluetooth): Revert to Legacy LLCP

* Reports of constant/frequent disconnects, with HCI err 0x28,
  "instant passed", seem linked to newer LLCP that became default
  in Zephyr 3.2, so revert to the Legacy LLCP for now until a
  proper fix for new LLCP can be found.
This commit is contained in:
Peter Johanson 2023-04-20 23:51:40 -07:00 committed by Pete Johanson
parent 7a352908ee
commit de152fe741

View file

@ -120,6 +120,11 @@ menuconfig ZMK_BLE
if ZMK_BLE
choice BT_LL_SW_LLCP_IMPL
default BT_LL_SW_LLCP_LEGACY
endchoice
config SYSTEM_WORKQUEUE_STACK_SIZE
default 4096 if SOC_RP2040
default 2048