OVMS3-idf/examples/bluetooth/hci
2019-12-11 15:57:49 +11:00
..
controller_hci_uart examples: fix sdkconfig warnings 2019-12-11 15:57:49 +11:00
controller_vhci_ble_adv examples: fix sdkconfig warnings 2019-12-11 15:57:49 +11:00
README.md Changes in menuconfig options to not compile any host when using hci 2019-12-06 12:09:16 +08: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.