Skip to content

Commit

Permalink
Merge branch 'docs/organize_header_files_bluetooth_controller' into '…
Browse files Browse the repository at this point in the history
…master'

docs: organize header files of Bluetooth Controller

See merge request espressif/esp-idf!24848
  • Loading branch information
Lindazhxy committed Sep 8, 2023
2 parents c8f17b1 + c09595a commit 58775f8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ INPUT = \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_sdp_api.h \
$(PROJECT_PATH)/components/bt/host/bluedroid/api/include/api/esp_spp_api.h \
$(PROJECT_PATH)/components/bt/host/nimble/esp-hci/include/esp_nimble_hci.h \
$(PROJECT_PATH)/components/bt/include/esp32/include/esp_bt.h \
$(PROJECT_PATH)/components/console/esp_console.h \
$(PROJECT_PATH)/components/driver/analog_comparator/include/driver/ana_cmpr.h \
$(PROJECT_PATH)/components/driver/analog_comparator/include/driver/ana_cmpr_types.h \
Expand Down
1 change: 1 addition & 0 deletions docs/doxygen/Doxyfile_esp32
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ INPUT += \
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
$(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt.h \
1 change: 1 addition & 0 deletions docs/doxygen/Doxyfile_esp32c2
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
INPUT += \
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt.h \
1 change: 1 addition & 0 deletions docs/doxygen/Doxyfile_esp32c3
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
INPUT += \
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt.h \
1 change: 1 addition & 0 deletions docs/doxygen/Doxyfile_esp32c6
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
INPUT += \
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt.h \
1 change: 1 addition & 0 deletions docs/doxygen/Doxyfile_esp32h2
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
INPUT += \
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt.h \
1 change: 1 addition & 0 deletions docs/doxygen/Doxyfile_esp32s3
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ INPUT += \
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
$(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
$(PROJECT_PATH)/components/bt/include/esp32c3/include/esp_bt.h \
4 changes: 4 additions & 0 deletions docs/en/api-reference/bluetooth/controller_vhci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Check :example:`bluetooth/hci` folder in ESP-IDF examples, which contains the fo

* 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`.

.. only:: esp32s3

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.

API Reference
-------------

Expand Down

0 comments on commit 58775f8

Please sign in to comment.