index.rst 1.6 KB

1234567891011121314151617181920212223242526272829
  1. Bluetooth API
  2. *************
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 2
  6. Bluetooth Controller && VHCI <controller_vhci>
  7. Bluetooth Common <bt_common>
  8. Bluetooth LE <bt_le>
  9. Bluetooth Classic <classic_bt>
  10. For the overview of the ESP32 Bluetooth stack architecture, follow the links below:
  11. * `ESP32 Bluetooth Architecture (PDF) [English] <http://espressif.com/sites/default/files/documentation/esp32_bluetooth_architecture_en.pdf>`_
  12. * `ESP32 Bluetooth Architecture (PDF) [中文] <http://espressif.com/sites/default/files/documentation/esp32_bluetooth_architecture_cn.pdf>`_
  13. Code examples for this API section are provided in the :example:`bluetooth` directory of ESP-IDF examples.
  14. The following examples contain detailed walkthroughs:
  15. * :example_file:`GATT Client Example Walkthrough <bluetooth/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md>`
  16. * :example_file:`GATT Server Service Table Example Walkthrough <bluetooth/gatt_server_service_table/tutorial/Gatt_Server_Service_Table_Example_Walkthrough.md>`
  17. * :example_file:`GATT Server Example Walkthrough <bluetooth/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md>`
  18. * :example_file:`GATT Security Client Example Walkthrough <bluetooth/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>`
  19. * :example_file:`GATT Security Server Example Walkthrough <bluetooth/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>`
  20. * :example_file:`GATT Client Multi-connection Example Walkthrough <bluetooth/gattc_multi_connect/tutorial/Gatt_Client_Multi_Connection_Example_Walkthrough.md>`