esp-idf/examples/bluetooth/bluedroid
Jiang Jiang Jian 56083a12fc Merge branch 'example/opt_a2dp_gatts_coex_example_v4.4' into 'release/v4.4'
rebase a2dp_gatts_coex to latest a2dp_sink (v4.4)

See merge request espressif/esp-idf!22004
2023-02-03 13:50:41 +08:00
..
ble examples: fix ble hid led output report 2022-12-19 19:01:13 +08:00
ble_50 cleanup bluetooth sdkconfig.defaults 2022-11-17 03:46:02 +00:00
classic_bt Added ACL link related events handler in A2DP sink GAP callback 2023-01-04 11:48:57 +08:00
coex rebase a2dp_gatts_coex to latest a2dp_sink 2023-01-11 14:40:22 +08:00
README.md docs: Rebase and typos fixed for the bluetooth README files 2021-12-13 10:31:09 +00: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.