feat(bt): added definitions for bluetooth hci vendor commands and events

This commit is contained in:
Shen Weilong
2025-03-09 15:55:20 +08:00
parent 5b185da014
commit 3a71bec278
22 changed files with 1830 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
Controller && VHCI
==================
Controller && HCI
==================================================
:link_to_translation:`zh_CN:[中文]`
.. only:: esp32 or esp32c3 or esp32s3
@@ -22,3 +24,10 @@ 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 :doc:`Espressif-specific HCI Command <bt_vhci>` for detailed information.