mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
22 lines
833 B
ReStructuredText
22 lines
833 B
ReStructuredText
Controller & HCI
|
|
==================================================
|
|
|
|
Application Example
|
|
-------------------
|
|
|
|
Check :example:`bluetooth/hci` folder in ESP-IDF examples, which contains the following application:
|
|
|
|
* This is a BLE advertising demo with virtual HCI interface. Send Reset/ADV_PARAM/ADV_DATA/ADV_ENABLE HCI command for BLE advertising - :example:`bluetooth/hci/controller_vhci_ble_adv`.
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
.. include-build-file:: inc/esp_bt.inc
|
|
|
|
|
|
HCI Vendor-specific (VS) Commands
|
|
--------------------------------------
|
|
|
|
Espressif's HCI VS commands are exclusively designed for use with Espressif's Bluetooth Host stack or internal debugging purposes. Application developers **should not** initialize or invoke these VS commands in their applications. Please refer to :doc:`bt_vhci` for detailed information.
|
|
|