esp-idf/examples/bluetooth/hci
Wang Meng Yang 76a44106aa Merge branch 'bugfix/controller_hci_uart_sdkconfig' into 'master'
controller_hci_uart: fixed the use of deprecated sdkconfig options in the example and rename the example

Closes BT-1907

See merge request espressif/esp-idf!14800
2021-10-08 08:22:56 +00:00
..
ble_adv_scan_combined Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
controller_hci_uart_esp32 controller_hci_uart: rename the example with suffix "_esp32" to differentiate with that of ESP32-C3 2021-08-17 09:49:15 +08:00
controller_hci_uart_esp32c3 Merge branch 'bugfix/btdm_link_error_of_kconfig' into 'master' 2021-09-17 06:26:37 +00:00
controller_vhci_ble_adv Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
hci_common_component bluetooth: Added HCI example for combined scanning and advertising. 2020-07-28 05:32:14 +00:00
README.md bluetooth: Added HCI example for combined scanning and advertising. 2020-07-28 05:32:14 +00:00

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.

ble_adv_scan_combined

Demonstrates interaction with controller. In this example, BLE advertising and scanning is done. Also scanned advertising reports are parsed and displayed.

See the README.md file in the example ble_adv_scan_combined.

hci_common_component

This is separate component adding functionalities for HCI Layer. Since this component is just used by HCI examples, it is not placed in global components.