Skip to content

Commit

Permalink
Merge branch 'docs/add_ble_get_started_docs' into 'master'
Browse files Browse the repository at this point in the history
[BT-3811] Added BLE Get Started

See merge request espressif/esp-idf!32195
  • Loading branch information
weiyuhannnn committed Aug 27, 2024
2 parents c9df77e + f62f21d commit a11aa9c
Show file tree
Hide file tree
Showing 31 changed files with 2,399 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-adv-packet-raw-data.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-connection-connected.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-connection-device-list.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-gap-state-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-gatt-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-get-started-led-write.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ble/ble-scan-list-nimble-beacon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/conf_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
'api-guides/ble/ble-feature-support-status.rst',
'api-guides/ble/host-feature-support-status.rst',
'api-reference/bluetooth/bt_le.rst',
'api-guides/ble/get-started/ble-introduction.rst',
'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-reference/bluetooth/esp_gap_ble.rst',
'api-reference/bluetooth/esp_gatt_defs.rst',
'api-reference/bluetooth/esp_gatts.rst',
Expand Down
1 change: 1 addition & 0 deletions docs/en/api-guides/ble/get-started/ble-connection.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../../../zh_CN/api-guides/ble/get-started/ble-connection.rst
1 change: 1 addition & 0 deletions docs/en/api-guides/ble/get-started/ble-data-exchange.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../../../zh_CN/api-guides/ble/get-started/ble-data-exchange.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../../../zh_CN/api-guides/ble/get-started/ble-device-discovery.rst
1 change: 1 addition & 0 deletions docs/en/api-guides/ble/get-started/ble-introduction.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../../../zh_CN/api-guides/ble/get-started/ble-introduction.rst
12 changes: 12 additions & 0 deletions docs/en/api-guides/ble/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ Overview
overview
ble-feature-support-status

***************
Get Started
***************

.. toctree::
:maxdepth: 1

get-started/ble-introduction
get-started/ble-device-discovery
get-started/ble-connection
get-started/ble-data-exchange

**********
Profile
**********
Expand Down
477 changes: 477 additions & 0 deletions docs/zh_CN/api-guides/ble/get-started/ble-connection.rst

Large diffs are not rendered by default.

664 changes: 664 additions & 0 deletions docs/zh_CN/api-guides/ble/get-started/ble-data-exchange.rst

Large diffs are not rendered by default.

Loading

0 comments on commit a11aa9c

Please sign in to comment.