esp-idf/examples/bluetooth/bluedroid
2022-09-27 19:30:06 +08:00
..
ble Added ESP32-S3 in README Bluedroid examples (v4.4) 2022-09-19 12:47:49 +05:30
ble_50 Fixed extend adv tx power range error 2022-09-27 19:30:06 +08:00
classic_bt bt:Fixed sink not being able to output mono audio because it can only decode dual channel audio data 2022-09-09 17:31:04 +08:00
coex components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller 2021-09-16 20:26:35 +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.