OVMS3-idf/examples/bluetooth/hci
Chinmay Chhajed a104bc22ae README fixes
2019-11-22 11:11:37 +05:30
..
controller_hci_uart Moved HCI examples from bluetooth/bluedroid/hci to bluetooth/hci. 2019-11-22 11:11:37 +05:30
controller_vhci_ble_adv Moved HCI examples from bluetooth/bluedroid/hci to bluetooth/hci. 2019-11-22 11:11:37 +05:30
README.md README fixes 2019-11-22 11:11:37 +05:30

Bluetooth Examples for Bluedroid host

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.