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

Adds esp32 bt controller features supported #86356

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wmrsouza
Copy link
Collaborator

Adds features supported by esp32 bt controller

Adds features supported by esp32 bt controller

Signed-off-by: Marcio Ribeiro <[email protected]>
@zephyrbot zephyrbot added area: Xtensa Xtensa Architecture area: Bluetooth HCI Bluetooth HCI Driver area: Bluetooth labels Feb 26, 2025
@wmrsouza wmrsouza added DNM This PR should not be merged (Do Not Merge) and removed area: Bluetooth area: Xtensa Xtensa Architecture area: Bluetooth HCI Bluetooth HCI Driver labels Feb 26, 2025
@zephyrbot zephyrbot added area: RISCV RISCV Architecture (32-bit & 64-bit) platform: ESP32 Espressif ESP32 labels Feb 26, 2025
@wmrsouza wmrsouza added area: Bluetooth area: Xtensa Xtensa Architecture area: Bluetooth HCI Bluetooth HCI Driver labels Feb 26, 2025
@wmrsouza wmrsouza removed the DNM This PR should not be merged (Do Not Merge) label Feb 26, 2025
@wmrsouza wmrsouza marked this pull request as draft February 26, 2025 12:27
@@ -71,6 +71,7 @@

esp32_bt_hci: esp32_bt_hci {
compatible = "espressif,esp32-bt-hci";
bt-hci-vs-ext;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really correct, i.e. the ESP32 controller supports the Zephyr HCI vendor extensions? It's great if it does - I'm just surprised, since I thought the Zephyr native (open source) controller is the only one that has implemented those, and everyone else does vendor extensions based on the vendor of the controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth HCI Bluetooth HCI Driver area: Bluetooth area: RISCV RISCV Architecture (32-bit & 64-bit) area: Xtensa Xtensa Architecture platform: ESP32 Espressif ESP32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants