controller_vhci.rst 678 B

123456789101112131415161718
  1. Controller && VHCI
  2. ==================
  3. Application Example
  4. -------------------
  5. Check :example:`bluetooth/hci` folder in ESP-IDF examples, which contains the following application:
  6. * This is a Bluetooth® Low Energy (Bluetooth LE) advertising demo with virtual HCI interface. Send Reset/ADV_PARAM/ADV_DATA/ADV_ENABLE HCI command for Bluetooth Low Energy advertising - :example:`bluetooth/hci/controller_vhci_ble_adv`.
  7. .. only:: esp32s3
  8. Please note that ESP32-S3 shares the same :component_file:`bt/include/esp32c3/include/esp_bt.h` and :component_file:`bt/controller/esp32c3/bt.c` files with ESP32-C3.
  9. API Reference
  10. -------------
  11. .. include-build-file:: inc/esp_bt.inc