-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
base: main
Are you sure you want to change the base?
Conversation
ed52871
to
220b82c
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c9d038a886eb69714abe49b7160be67348199468 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: 11349092be Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Add heap requirement to gatt_dm. The CONFIG_HEAP_MEM_POOL_SIZE has to be greater than 0. Jira: NCSDK-31002 Signed-off-by: Dominik Chat <[email protected]>
220b82c
to
c9d038a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
@@ -12,6 +12,7 @@ CONFIG_BT_SMP=y | |||
CONFIG_BT_CENTRAL=y | |||
CONFIG_BT_MAX_CONN=1 | |||
CONFIG_BT_BONDABLE=n | |||
CONFIG_HEAP_MEM_POOL_SIZE=1024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be required as we use this to add heap here https://github.com/nrfconnect/sdk-nrf/blob/main/subsys/bluetooth/services/ras/rreq/Kconfig.ras_rreq#L27
Add heap requirement to gatt_dm.
The CONFIG_HEAP_MEM_POOL_SIZE has to be greater than 0.
Jira: NCSDK-31002