esp-idf/examples/bluetooth/bluedroid
Sudeep Mohanty 9605f9be3f Merge branch 'contrib/github_pr_12800' into 'master'
feat(freertos): Added new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES

Closes IDFGH-11693 and IDF-8785

See merge request espressif/esp-idf!28505
2024-02-20 15:21:47 +08:00
..
ble feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
ble_50 fix(bt/bluedroid): Optimize ble remove all bonded devices function 2023-12-29 19:28:06 +08:00
bluedroid_host_only/bluedroid_host_only_uart feat(bt/bluedroid): Added bt_discovery based host only example 2023-10-30 00:52:26 +00:00
classic_bt Merge branch 'feat/add_test_api_for_sec' into 'master' 2024-02-18 09:57:37 +08:00
coex fix(bt/bluedroid): corrected the strings of A2DP audio states 2024-01-04 17:52:11 +08:00
README.md docs: Rebase and typos fixed for the bluetooth README files 2021-11-16 16:56:47 +08: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.