Marius Vikhammer c33aeef0d3 docs: update bluetooth hci readme to reflect uart hci example being target specific 4 лет назад
..
ble_adv_scan_combined 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
controller_hci_uart_esp32 ef2a871e2c controller_hci_uart: rename the example with suffix "_esp32" to differentiate with that of ESP32-C3 4 лет назад
controller_hci_uart_esp32c3 eccb1f85d8 Merge branch 'bugfix/btdm_link_error_of_kconfig' into 'master' 4 лет назад
controller_vhci_ble_adv 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
hci_common_component 6dbb993071 bluetooth: Added HCI example for combined scanning and advertising. 5 лет назад
README.md c33aeef0d3 docs: update bluetooth hci readme to reflect uart hci example being target specific 4 лет назад

README.md

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_esp32

Demonstrates interaction with controller through HCI over UART on ESP32.

See the README.md file in the example controller_hci_uart.

controller_hci_uart_esp32c3

Demonstrates interaction with controller through HCI over UART on ESP32-C3.

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.