Skip to content

Commit

Permalink
fix(bluetooth): Revert to Legacy LLCP
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
petejohanson committed Apr 25, 2023
1 parent 7a35290 commit de152fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de152fe

Please sign in to comment.