index.rst 1.6 KB

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