docs: Migrate ESP32 Bluetooth Architecture PDF content to ESP-IDF

This commit is contained in:
luweike
2025-03-17 11:07:40 +08:00
parent 4f3e64331b
commit d4fc63553d
29 changed files with 1278 additions and 118 deletions

View File

@@ -17,6 +17,8 @@ if os.environ.get('IDF_PATH') is None:
raise RuntimeError('IDF_PATH should be set, run export.sh before building docs')
BT_DOCS = [
'api-guides/bt-architecture/index.rst',
'api-guides/bt-architecture/overview.rst',
'api-reference/bluetooth/esp_bt_defs.rst',
'api-reference/bluetooth/esp_bt_device.rst',
'api-reference/bluetooth/esp_bt_main.rst',
@@ -36,6 +38,7 @@ BLE_DOCS = [
'api-guides/ble/get-started/ble-device-discovery.rst',
'api-guides/ble/get-started/ble-connection.rst',
'api-guides/ble/get-started/ble-data-exchange.rst',
'api-guides/ble/smp.rst',
'api-reference/bluetooth/bt_le.rst',
'api-reference/bluetooth/esp_gap_ble.rst',
'api-reference/bluetooth/esp_gatt_defs.rst',
@@ -58,6 +61,7 @@ BLE_MESH_DOCS = [
CLASSIC_BT_DOCS = [
'api-guides/classic-bt/index.rst',
'api-guides/classic-bt/overview.rst',
'api-guides/classic-bt/profiles-protocols.rst',
'api-reference/bluetooth/classic_bt.rst',
'api-reference/bluetooth/esp_a2dp.rst',
'api-reference/bluetooth/esp_avrc.rst',