Removed this ICall_free(pEvent) from application.#29
Closed
mfiumara wants to merge 1 commit intoTexasInstruments-Sandbox:masterfrom
mfiumara:patch-1
Closed
Removed this ICall_free(pEvent) from application.#29mfiumara wants to merge 1 commit intoTexasInstruments-Sandbox:masterfrom mfiumara:patch-1
mfiumara wants to merge 1 commit intoTexasInstruments-Sandbox:masterfrom
mfiumara:patch-1
Conversation
This ICall_free(pEvent) is the same one as in the GAPRole (profile) on line 962: https://github.com/ti-simplelink/ble_examples/blob/master/source/ti/blestack/profiles/roles/peripheral_observer.c#L962. Please check https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/p/520223/1895316?tisearch=e2e-quicksearch&keymatch=GAPRole_StartDevice%20heap at TI e2e for the same issue as in an older SDK. Removing this free will result in stable performance when continuously scheduling.
Contributor
|
Hello, we are already looking into this issue internally, but we are not allowed to accept pull requests from the community at this time. Thanks. |
Author
|
Hi SML892, Thanks for your reply. Please take a look at my reply on the TI e2e forums where I did a small diagnosis using heapmgr_metrics: https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/p/666250/2484979#2484979 Best regards, Mattia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This ICall_free(pEvent) is the same one as in the GAPRole (profile) on line 962: https://github.com/ti-simplelink/ble_examples/blob/master/source/ti/blestack/profiles/roles/peripheral_observer.c#L962.
Please check https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/p/520223/1895316?tisearch=e2e-quicksearch&keymatch=GAPRole_StartDevice%20heap at TI e2e for the same issue as in an older SDK.
Removing this free will result in stable performance when continuously scheduling a new device discovery.