esp-idf/examples/bluetooth/bluedroid
Shen Wei Long 4c9d181076 Merge branch 'ci/update_bt_examples_build_rules' into 'master'
ci: update bluetooth examples build rules

Closes IDFCI-1820 and IDF-8368

See merge request espressif/esp-idf!26271
2023-10-20 10:50:06 +08:00
..
ble Merge branch 'feature/add_new_bluedroid_init' into 'master' 2023-09-04 11:24:44 +08:00
ble_50 ci: update bluetooth examples build rules 2023-10-18 21:58:28 +08:00
classic_bt fix(bt/bluedroid): Send device status of AG to HF with a different api 2023-10-18 19:27:06 +08:00
coex feat(bt/bluedroid): Add new version of API for Bluedroid host stack initialization 2023-08-31 12:28:38 +00: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.