You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/AT_Command_Examples/bluetooth_le_at_examples.rst
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
105
105
106
106
- 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.
107
107
108
-
.. only:: esp32 or esp32c3 or esp32c6
108
+
.. only:: esp32 or esp32c3
109
109
110
110
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
111
111
@@ -473,7 +473,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
473
473
474
474
OK
475
475
476
-
.. only:: esp32 or esp32c3 or esp32c6
476
+
.. only:: esp32 or esp32c3
477
477
478
478
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
479
479
@@ -564,7 +564,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
564
564
565
565
OK
566
566
567
-
.. only:: esp32 or esp32c3 or esp32c6
567
+
.. only:: esp32 or esp32c3
568
568
569
569
#. {IDF_TARGET_NAME} Bluetooth LE client creates services.
570
570
@@ -950,7 +950,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
950
950
951
951
- 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.
952
952
953
-
.. only:: esp32 or esp32c3 or esp32c6
953
+
.. only:: esp32 or esp32c3
954
954
955
955
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
956
956
@@ -1232,24 +1232,26 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
1232
1232
1233
1233
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.
1234
1234
1235
-
#. {IDF_TARGET_NAME} Bluetooth LE server responds to the pairing request.
1235
+
.. only:: esp32 or esp32c3
1236
1236
1237
-
Command:
1237
+
#. {IDF_TARGET_NAME} Bluetooth LE server responds to the pairing request.
1238
1238
1239
-
.. code-block:: none
1239
+
Command:
1240
1240
1241
-
AT+BLEENCRSP=0,1
1241
+
.. code-block:: none
1242
1242
1243
-
Response:
1243
+
AT+BLEENCRSP=0,1
1244
1244
1245
-
.. code-block:: none
1245
+
Response:
1246
1246
1247
-
OK
1247
+
.. code-block:: none
1248
1248
1249
-
Note:
1249
+
OK
1250
+
1251
+
Note:
1250
1252
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``.
1253
1255
1254
1256
#. {IDF_TARGET_NAME} Bluetooth LE server replies pairing code.
1255
1257
@@ -1329,7 +1331,7 @@ Below is an example of using two {IDF_TARGET_NAME} development boards, one as a
1329
1331
1330
1332
OK
1331
1333
1332
-
.. only:: esp32 or esp32c3 or esp32c6
1334
+
.. only:: esp32 or esp32c3
1333
1335
1334
1336
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
1335
1337
@@ -1724,7 +1726,7 @@ The example shows how to establish SPP connection between an {IDF_TARGET_NAME} d
1724
1726
1725
1727
OK
1726
1728
1727
-
.. only:: esp32 or esp32c3 or esp32c6
1729
+
.. only:: esp32 or esp32c3
1728
1730
1729
1731
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
1730
1732
@@ -1961,7 +1963,7 @@ This example shows how to establish a Bluetooth LE connection between the {IDF_T
1961
1963
1962
1964
OK
1963
1965
1964
-
.. only:: esp32 or esp32c3 or esp32c6
1966
+
.. only:: esp32 or esp32c3
1965
1967
1966
1968
#. {IDF_TARGET_NAME} Bluetooth LE server creates services.
0 commit comments