Skip to content

Commit 7bf8775

Browse files
committed
Merge branch 'doc/esp32c6_ble' into 'master'
docs(ble): Update esp32c6 ble docs See merge request application/esp-at!1488
2 parents 1f4671b + 85d3288 commit 7bf8775

File tree

6 files changed

+527
-250
lines changed

6 files changed

+527
-250
lines changed

docs/en/AT_Command_Examples/bluetooth_le_at_examples.rst

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
105105

106106
- The address you obtain may be different from that in the above response. Keep yours handy as you will need it in one of the following steps.
107107

108-
.. only:: esp32 or esp32c3 or esp32c6
108+
.. only:: esp32 or esp32c3
109109

110110
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
111111

@@ -473,7 +473,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
473473
474474
OK
475475
476-
.. only:: esp32 or esp32c3 or esp32c6
476+
.. only:: esp32 or esp32c3
477477

478478
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
479479

@@ -564,7 +564,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
564564
565565
OK
566566
567-
.. only:: esp32 or esp32c3 or esp32c6
567+
.. only:: esp32 or esp32c3
568568

569569
#. {IDF_TARGET_NAME} Bluetooth LE client creates services.
570570

@@ -950,7 +950,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
950950

951951
- The address you obtain may be different from that in the above response. Keep yours handy as you will need it in one of the following steps.
952952

953-
.. only:: esp32 or esp32c3 or esp32c6
953+
.. only:: esp32 or esp32c3
954954

955955
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
956956

@@ -1232,24 +1232,26 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
12321232

12331233
If the {IDF_TARGET_NAME} Bluetooth LE server successfully receives the encryption request, message ``+BLESECREQ:0`` will be prompted on the {IDF_TARGET_NAME} Bluetooth LE server side.
12341234

1235-
#. {IDF_TARGET_NAME} Bluetooth LE server responds to the pairing request.
1235+
.. only:: esp32 or esp32c3
12361236

1237-
Command:
1237+
#. {IDF_TARGET_NAME} Bluetooth LE server responds to the pairing request.
12381238

1239-
.. code-block:: none
1239+
Command:
12401240

1241-
AT+BLEENCRSP=0,1
1241+
.. code-block:: none
12421242
1243-
Response:
1243+
AT+BLEENCRSP=0,1
12441244
1245-
.. code-block:: none
1245+
Response:
12461246

1247-
OK
1247+
.. code-block:: none
12481248
1249-
Note:
1249+
OK
1250+
1251+
Note:
12501252

1251-
- If the {IDF_TARGET_NAME} Bluetooth LE client successfully receives the pairing response, a 6-digit pairing code will generate on the {IDF_TARGET_NAME} Bluetooth LE client side.
1252-
- In this example, message ``+BLESECNTFYKEY:0,793718`` will be prompted on the {IDF_TARGET_NAME} Bluetooth LE client side. Pairing code is ``793718``.
1253+
- If the {IDF_TARGET_NAME} Bluetooth LE client successfully receives the pairing response, a 6-digit pairing code will generate on the {IDF_TARGET_NAME} Bluetooth LE client side.
1254+
- In this example, message ``+BLESECNTFYKEY:0,793718`` will be prompted on the {IDF_TARGET_NAME} Bluetooth LE client side. Pairing code is ``793718``.
12531255

12541256
#. {IDF_TARGET_NAME} Bluetooth LE server replies pairing code.
12551257

@@ -1329,7 +1331,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
13291331
13301332
OK
13311333
1332-
.. only:: esp32 or esp32c3 or esp32c6
1334+
.. only:: esp32 or esp32c3
13331335

13341336
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
13351337

@@ -1724,7 +1726,7 @@ The example shows how to establish SPP connection between an {IDF_TARGET_NAME} d
17241726
17251727
OK
17261728
1727-
.. only:: esp32 or esp32c3 or esp32c6
1729+
.. only:: esp32 or esp32c3
17281730

17291731
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
17301732

@@ -1961,7 +1963,7 @@ This example shows how to establish a Bluetooth LE connection between the {IDF_T
19611963
19621964
OK
19631965
1964-
.. only:: esp32 or esp32c3 or esp32c6
1966+
.. only:: esp32 or esp32c3
19651967

19661968
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
19671969

0 commit comments

Comments
 (0)