Make ESP32 Bluetooth stack architecture Doc only visible for ESP32

This commit is contained in:
weitianhua 2021-10-27 15:27:27 +08:00
parent 64aa94d823
commit 497eaca1a3
2 changed files with 8 additions and 5 deletions

View File

@ -18,6 +18,7 @@ ESP-IDF currently supports two host stacks. The Bluedroid based stack (default)
* For usecases involving classic Bluetooth as well as BLE, Bluedroid should be used.
* For BLE-only usecases, using NimBLE is recommended. It is less demanding in terms of code footprint and runtime memory, making it suitable for such scenarios.
.. only:: esp32
For the overview of the ESP32 Bluetooth stack architecture, follow the links below:

View File

@ -13,6 +13,8 @@
NimBLE <nimble/index>
ESP-BLE-MESH <esp-ble-mesh>
.. only:: esp32
请点击下方链接,查看 ESP32 蓝牙架构:
`ESP32 蓝牙架构 (PDF) <http://espressif.com/sites/default/files/documentation/esp32_bluetooth_architecture_cn.pdf>`_