|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| ble/ | | 11-Mar-2024 | - | 90,203 | 82,106 |
| ble_50/ | | 11-Mar-2024 | - | 27,428 | 25,230 |
| classic_bt/ | | 11-Mar-2024 | - | 10,469 | 7,736 |
| coex/ | | 11-Mar-2024 | - | 7,557 | 6,848 |
| README.md | D | 11-Mar-2024 | 607 | 14 | 9 |
README.md
1# Bluetooth Examples for Bluedroid host
2
3Note: To use examples in this directory, you need to have Bluetooth enabled in configuration and Bluedroid selected as the host stack.
4
5# Example Layout
6
7The examples are grouped into subdirectories by category. Each category directory contains one or more example projects:
8* `ble` contains BLE examples
9* `ble_50` contains BLE 5.0 examples
10* `classic_bt` contains Classic BT examples
11* `coex` contains Classic BT and BLE coex examples
12
13See the [README.md](../../README.md) file in the upper level [examples](../../) directory for more information about examples.
14