esp-idf/examples/bluetooth/hci
Wang Meng Yang e0deeedfba Merge branch 'feature/add_README_for_controller_hci_uart_demo_v4.1' into 'release/v4.1'
[document] add README.md for demo controller_hci_uart_demo for v4.1

See merge request espressif/esp-idf!15570
2021-10-25 08:11:34 +00:00
..
controller_hci_uart Merge branch 'feature/add_README_for_controller_hci_uart_demo_v4.1' into 'release/v4.1' 2021-10-25 08:11:34 +00:00
controller_vhci_ble_adv Changes in menuconfig options to not compile any host when using hci 2019-11-22 11:14:50 +05:30
README.md Changes in menuconfig options to not compile any host when using hci 2019-11-22 11:14:50 +05:30

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.