Skip to content

Commit b2658cb

Browse files
committed
Merge branch 'fix/fix_nimble_gatt_server_example_readme' into 'master'
docs(ble): Added BLE Get Started documentation link to README.md See merge request espressif/esp-idf!33817
2 parents b125655 + 5f00882 commit b2658cb

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

examples/bluetooth/ble_get_started/nimble/NimBLE_Beacon/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ This is a pretty simple example, aiming to introduce
1111
2. How to configure advertisement and scan response data
1212
3. How to start advertising as a non-connectable beacon
1313

14-
It uses ESP32's Bluetooth controller and NimBLE host stack.
1514

16-
To test this demo, any BLE scanner application can be used.
15+
To test this demo, install *nRF Connect for Mobile* on your phone.
16+
17+
Please refer to [BLE Device Discovery](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/ble/get-started/ble-device-discovery.html#:~:text=%E4%BE%8B%E7%A8%8B%E5%AE%9E%E8%B7%B5)
18+
for detailed example introduction and code explanation.
1719

1820
## Try It Yourself
1921

examples/bluetooth/ble_get_started/nimble/NimBLE_Connection/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ This example is extended from NimBLE Beacon Example, and further introduces
1111
2. How to capture GAP events and handle them
1212
3. How to update connection parameters
1313

14-
It uses ESP32's Bluetooth controller and NimBLE host stack.
1514

16-
To test this demo, any BLE scanner application can be used.
15+
To test this demo, install *nRF Connect for Mobile* on your phone.
16+
17+
Please refer to [BLE Connection](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/ble/get-started/ble-connection.html#:~:text=%E4%BE%8B%E7%A8%8B%E5%AE%9E%E8%B7%B5)
18+
for detailed example introduction and code explanation.
1719

1820
## Try It Yourself
1921

@@ -266,4 +268,3 @@ If everything goes well, except for what we have seen in NimBLE Beacon example,
266268
## Troubleshooting
267269

268270
For any technical queries, please file an [issue](https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you soon.
269-

examples/bluetooth/ble_get_started/nimble/NimBLE_GATT_Server/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ This example is extended from NimBLE Connection Example, and further introduces
1212
1. Write access demonstrated by LED control
1313
2. Read and indicate access demonstrated by heart rate measurement(mocked)
1414

15-
It uses ESP32's Bluetooth controller and NimBLE host stack.
15+
To test this demo, install *nRF Connect for Mobile* on your phone.
1616

17-
To test this demo, any BLE scanner application can be used.
17+
Please refer to [BLE Introduction](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/ble/get-started/ble-introduction.html#:~:text=%E4%BE%8B%E7%A8%8B%E5%AE%9E%E8%B7%B5)
18+
for detailed example introduction and code explanation.
1819

1920
## Try It Yourself
2021

examples/bluetooth/ble_get_started/nimble/NimBLE_Security/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ This example is extended from NimBLE GATT Server Example, and further introduces
1111
2. How to ask for connection encryption from peripheral side on characteristic access
1212
3. How to bond with peer device using a random generated 6-digit passkey
1313

14-
It uses ESP32's Bluetooth controller and NimBLE host stack.
1514

16-
To test this demo, any BLE scanner application can be used.
15+
To test this demo, install *nRF Connect for Mobile* on your phone.
1716

1817
## Try It Yourself
1918

0 commit comments

Comments
 (0)