esp-idf/examples/bluetooth/bluedroid
laokaiyao 87328d594f esp32h4: checked all the corner stuffs of the removal 2023-04-26 18:53:12 +08:00
..
ble esp32h4: checked all the corner stuffs of the removal 2023-04-26 18:53:12 +08:00
ble_50 esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
classic_bt Merge branch 'bugfix/avrcp_psth_cmd_rsp' into 'master' 2023-03-09 17:48:15 +08:00
coex esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
README.md

README.md

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.