Skip to content

Commit

Permalink
bluetooth: Add required heap to the gatt_dm
Browse files Browse the repository at this point in the history
Add heap requirement to gatt_dm.
The CONFIG_HEAP_MEM_POOL_SIZE has to be greater then 0.

Jira: NCSDK-31002

Signed-off-by: Dominik Chat <[email protected]>
  • Loading branch information
dchat-nordic committed Jan 13, 2025
1 parent 8cc2355 commit ed52871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/Kconfig.discovery
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

menuconfig BT_GATT_DM
bool "GATT Discovery Manager library"
depends on HEAP_MEM_POOL_SIZE > 0
help
Enable BLE GATT Discovery Manager library

Expand Down

0 comments on commit ed52871

Please sign in to comment.