mirror of https://github.com/zmkfirmware/zmk.git
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:
parent
7a352908ee
commit
de152fe741
|
|
@ -120,6 +120,11 @@ menuconfig ZMK_BLE
|
||||||
|
|
||||||
if ZMK_BLE
|
if ZMK_BLE
|
||||||
|
|
||||||
|
choice BT_LL_SW_LLCP_IMPL
|
||||||
|
default BT_LL_SW_LLCP_LEGACY
|
||||||
|
|
||||||
|
endchoice
|
||||||
|
|
||||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||||
default 4096 if SOC_RP2040
|
default 4096 if SOC_RP2040
|
||||||
default 2048
|
default 2048
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue