Skip to content

Commit

Permalink
Bluetooth: Host: Allow application to leverage the LONG WQ
Browse files Browse the repository at this point in the history
* Applications can also benefit from the WQ for long-running
tasks without having to create a new WQ
  • Loading branch information
Yago Fontoura do Rosario committed Feb 3, 2025
1 parent 769df0b commit 989f1e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subsys/bluetooth/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ config BT_LONG_WQ

if BT_LONG_WQ
config BT_LONG_WQ_STACK_SIZE
# Hidden: Long workqueue stack size. Should be derived from system
# requirements.
int
int "Long workqueue stack size"
default 1400 if BT_ECC
default 1300 if BT_GATT_CACHING
default 1024
Expand Down

0 comments on commit 989f1e9

Please sign in to comment.