8000 Release memory from CLASSIC_BT when not enabled by toxuin · Pull Request #696 · nkolban/esp32-snippets · GitHub
[go: up one dir, main page]

Skip to content

Release memory from CLASSIC_BT when not enabled #696

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

Merged
merged 1 commit into from
Oct 14, 2018
Merged

Release memory from CLASSIC_BT when not enabled #696

merged 1 commit into from
Oct 14, 2018

Conversation

toxuin
Copy link
Contributor
@toxuin toxuin commented Oct 14, 2018

There was a FIXME marker, stating that reply is pending from esp-idf team. Seems like issue has been resolved and we can use esp_bt_controller_mem_release safely now. (espressif/esp-idf#1162)

I have removed the esp_bt_controller_enable(ESP_BT_MODE_BLE) as it causes BT controller failing to start when config has CLASSIC_BT_ENABLED=y. There's no more ESP_BT_MODE_BLE, only ESP_BT_MODE_BTDM, therefore I've cut out most of #ifndef block. (espressif/esp-idf#405)

@nkolban nkolban merged commit 25e694e into nkolban:master Oct 14, 2018
@toxuin toxuin deleted the bt-classic-release branch October 14, 2018 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0