esp-idf/examples/bluetooth/bluedroid
xiongweichao 0a4082642e bt: Fixed the issue that the a2dp source would not send the media start command due to the connection initiated by the peer device
Closes https://github.com/espressif/esp-idf/issues/11170
2023-05-04 12:06:17 +08:00
..
ble support ble notify and write throughput test at the same time 2023-04-17 17:48:24 +08:00
ble_50 set BT_CTRL_BLE_MAX_ACT default value to 6 2023-03-30 16:14:18 +08:00
classic_bt bt: Fixed the issue that the a2dp source would not send the media start command due to the connection initiated by the peer device 2023-05-04 12:06:17 +08:00
coex bt:Added a parameter to tell the user the result of the pass through command implementation 2023-03-14 16:44:10 +08:00
README.md docs: Rebase and typos fixed for the bluetooth README files 2021-12-13 10:31:09 +00:00

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.