Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bluetooth: Add required heap to the gatt_dm #19863

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions subsys/bluetooth/Kconfig.discovery
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ config BT_GATT_DM_DATA_PRINT
help
Enable functions for printing discovery related data

config HEAP_MEM_POOL_ADD_SIZE_BT_GATT_DM
int
default 512

module = BT_GATT_DM
module-str = GATT database discovery
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
Expand Down
5 changes: 0 additions & 5 deletions subsys/bluetooth/services/ras/rreq/Kconfig.ras_rreq
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ config BT_RAS_RREQ_MAX_ACTIVE_CONN
help
The number of simultaneous connections with an instance of RAS RREQ

# GATT DM module requires heap
config HEAP_MEM_POOL_ADD_SIZE_RAS_RREQ_GATT_DM
int
default 512

endif # BT_RAS_RREQ