mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Rewrite Bluedroid BT READMEs from .rst to .md
This commit is contained in:
parent
a80cff924b
commit
55982fa146
@ -1,6 +1,5 @@
|
||||
================= =====
|
||||
Supported Targets ESP32
|
||||
================= =====
|
||||
| Supported Targets | ESP32 |
|
||||
| ----------------- | ----- |
|
||||
|
||||
ESP-IDF BT-INQUIRY demo
|
||||
======================
|
||||
@ -9,10 +8,10 @@ Demo of Classic Bluetooth Device and Service Discovery
|
||||
|
||||
This is the demo for user to use ESP_APIs to perform inquiry to search for a target device and then performs service search via SDP.
|
||||
|
||||
Options choose step:
|
||||
1. idf.py menuconfig.
|
||||
2. enter menuconfig "Component config", choose "Bluetooth"
|
||||
3. enter menu Bluetooth, choose "Classic Bluetooth" and do not choose "Release DRAM from Classic BT controller"
|
||||
4. choose your options.
|
||||
Options choose step:`
|
||||
1. `idf.py menuconfig`
|
||||
2. enter menuconfig `Component config`, choose `Bluetooth`
|
||||
3. enter menu Bluetooth, choose `Classic Bluetooth` and do not choose `Release DRAM from Classic BT controller`
|
||||
4. choose your options.
|
||||
|
||||
After the program started, the device will start inquiry to search for a device with Major device type "PHONE" in the Class of Device Field. Then it will cancel the inquiry and started to perform service discovering on this remote device.
|
@ -0,0 +1,19 @@
|
||||
| Supported Targets | ESP32 |
|
||||
| ----------------- | ----- |
|
||||
|
||||
ESP-IDF BT-SPP-ACCEPTOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP acceptor role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP acceptor.
|
||||
|
||||
Options choose step:
|
||||
1. `idf.py menuconfig`
|
||||
2. enter menuconfig `Component config`, choose `Bluetooth`
|
||||
3. enter menu Bluetooth, choose `Classic Bluetooth" and "SPP Profile`
|
||||
4. choose your options.
|
||||
|
||||
Then set `SPP_SHOW_MODE` as `SPP_SHOW_DATA` or `SPP_SHOW_SPEED` in code(should be same with bt_spp_initator).
|
||||
|
||||
After the program started, bt_spp_initator will connect it and send data.
|
@ -1,20 +0,0 @@
|
||||
================= =====
|
||||
Supported Targets ESP32
|
||||
================= =====
|
||||
|
||||
ESP-IDF BT-SPP-ACCEPTOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP acceptor role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP acceptor.
|
||||
|
||||
Options choose step:
|
||||
1. idf.py menuconfig.
|
||||
2. enter menuconfig "Component config", choose "Bluetooth"
|
||||
3. enter menu Bluetooth, choose "Classic Bluetooth" and "SPP Profile"
|
||||
4. choose your options.
|
||||
|
||||
Then set SPP_SHOW_MODE as SPP_SHOW_DATA or SPP_SHOW_SPEED in code(should be same with bt_spp_initator).
|
||||
|
||||
After the program started, bt_spp_initator will connect it and send data.
|
@ -0,0 +1,20 @@
|
||||
| Supported Targets | ESP32 |
|
||||
| ----------------- | ----- |
|
||||
|
||||
|
||||
ESP-IDF BT-SPP-INITATOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP initator role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP initator.
|
||||
|
||||
Options choose step:
|
||||
1. `idf.py menuconfig`
|
||||
2. enter menuconfig `Component config`, choose `Bluetooth`
|
||||
3. enter menu Bluetooth, choose `Classic Bluetooth` and `SPP Profile`
|
||||
4. choose your options.
|
||||
|
||||
Then set `SPP_SHOW_MODE` as `SPP_SHOW_DATA` or `SPP_SHOW_SPEED` in code(should be same with bt_spp_acceptor).
|
||||
|
||||
After the program started, It will connect to bt_spp_acceptor and send data.
|
@ -1,20 +0,0 @@
|
||||
================= =====
|
||||
Supported Targets ESP32
|
||||
================= =====
|
||||
|
||||
ESP-IDF BT-SPP-INITATOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP initator role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP initator.
|
||||
|
||||
Options choose step:
|
||||
1. idf.py menuconfig.
|
||||
2. enter menuconfig "Component config", choose "Bluetooth"
|
||||
3. enter menu Bluetooth, choose "Classic Bluetooth" and "SPP Profile"
|
||||
4. choose your options.
|
||||
|
||||
Then set SPP_SHOW_MODE as SPP_SHOW_DATA or SPP_SHOW_SPEED in code(should be same with bt_spp_acceptor).
|
||||
|
||||
After the program started, It will connect to bt_spp_acceptor and send data.
|
@ -0,0 +1,17 @@
|
||||
| Supported Targets | ESP32 |
|
||||
| ----------------- | ----- |
|
||||
|
||||
ESP-IDF BT-SPP-VFS-ACCEPTOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP acceptor role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP acceptor.
|
||||
|
||||
Options choose step:
|
||||
1. `idf.py menuconfig`
|
||||
2. enter menuconfig `Component config`, choose `Bluetooth`
|
||||
3. enter menu Bluetooth, choose `Classic Bluetooth` and `SPP Profile`
|
||||
4. choose your options.
|
||||
|
||||
After the program started, bt_spp_vfs_initator will connect it and send data.
|
@ -1,18 +0,0 @@
|
||||
================= =====
|
||||
Supported Targets ESP32
|
||||
================= =====
|
||||
|
||||
ESP-IDF BT-SPP-VFS-ACCEPTOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP acceptor role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP acceptor.
|
||||
|
||||
Options choose step:
|
||||
1. idf.py menuconfig.
|
||||
2. enter menuconfig "Component config", choose "Bluetooth"
|
||||
3. enter menu Bluetooth, choose "Classic Bluetooth" and "SPP Profile"
|
||||
4. choose your options.
|
||||
|
||||
After the program started, bt_spp_vfs_initator will connect it and send data.
|
@ -0,0 +1,17 @@
|
||||
| Supported Targets | ESP32 |
|
||||
| ----------------- | ----- |
|
||||
|
||||
ESP-IDF BT-SPP-VFS-INITATOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP initator role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP initator.
|
||||
|
||||
Options choose step:
|
||||
1. `idf.py menuconfig`
|
||||
2. enter menuconfig `Component config`, choose `Bluetooth`
|
||||
3. enter menu Bluetooth, choose `Classic Bluetooth` and `SPP Profile`
|
||||
4. choose your options.
|
||||
|
||||
After the program started, It will connect to bt_spp_vfs_acceptor and send data.
|
@ -1,18 +0,0 @@
|
||||
================= =====
|
||||
Supported Targets ESP32
|
||||
================= =====
|
||||
|
||||
ESP-IDF BT-SPP-VFS-INITATOR demo
|
||||
======================
|
||||
|
||||
Demo of SPP initator role
|
||||
|
||||
This is the demo for user to use ESP_APIs to create a SPP initator.
|
||||
|
||||
Options choose step:
|
||||
1. idf.py menuconfig.
|
||||
2. enter menuconfig "Component config", choose "Bluetooth"
|
||||
3. enter menu Bluetooth, choose "Classic Bluetooth" and "SPP Profile"
|
||||
4. choose your options.
|
||||
|
||||
After the program started, It will connect to bt_spp_vfs_acceptor and send data.
|
Loading…
x
Reference in New Issue
Block a user