docs: update format issues for EN and CN files under api-reference/bluetooth folder

This commit is contained in:
caixinying-git
2023-07-12 16:48:16 +08:00
parent a416c12e9d
commit db241482a6
28 changed files with 80 additions and 81 deletions
@@ -18,7 +18,7 @@ Check :example:`bluetooth/bluedroid/ble` folder in ESP-IDF examples, which conta
- :example:`bluetooth/bluedroid/ble/gatt_server`
- :example_file:`GATT Server Example Walkthrough <bluetooth/bluedroid/ble/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md>`
* This is a demo similar to Bluetooth SPP. In this demo, GATT server can receive data from UART and then send the data to the peer device automatically.
* This is a demo similar to Bluetooth® Low Energy (Bluetooth LE) SPP. In this demo, GATT server can receive data from UART and then send the data to the peer device automatically.
- :example:`bluetooth/bluedroid/ble/ble_spp_server`