esp-idf/examples/bluetooth/bluedroid
Jiang Jiang Jian 04830a3284 Merge branch 'bugfix/a2dp_source_not_stop_discovery_correctly' into 'master'
bugfix/avoid wrongly restart discovery in a2dp_source

See merge request espressif/esp-idf!18536
2022-06-29 11:24:00 +08:00
..
ble Update examples sdkconfig defualut 2022-06-20 17:00:12 +08:00
ble_50 tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
classic_bt Merge branch 'bugfix/a2dp_source_not_stop_discovery_correctly' into 'master' 2022-06-29 11:24:00 +08:00
coex i2s: update documents for driver-NG 2022-06-15 10:30:04 +08:00
README.md docs: Rebase and typos fixed for the bluetooth README files 2021-11-16 16:56:47 +08:00

Bluetooth Examples for Bluedroid host

Note: To use examples in this directory, you need to have Bluetooth enabled in configuration and Bluedroid selected as the host stack.

Example Layout

The examples are grouped into subdirectories by category. Each category directory contains one or more example projects:

  • ble contains BLE examples
  • ble_50 contains BLE 5.0 examples
  • classic_bt contains Classic BT examples
  • coex contains Classic BT and BLE coex examples

See the README.md file in the upper level examples directory for more information about examples.