mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
[document] add README.md for demo controller_hci_uart_demo for v4.1 See merge request espressif/esp-idf!15570
Bluetooth Examples for Host Controller Interface
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration.
Example Layout
This directory includes examples to demonstrate controller interactions by virtual HCI layer and UART.
controller_hci_uart
Demonstrates interaction with controller through HCI over UART.
See the README.md file in the example controller_hci_uart.
controller_vhci_ble_adv
Demonstrates interaction with controller though virtual HCI layer. In this example, simple BLE advertising is done.
See the README.md file in the example controller_vhci_ble_adv.