1USE CASES
2=========
3
4While the Bumble project aims to be a general purpose set of libraries and tools for any purpose, there are some typical use case patterns that are typical and representative of what can be done.
5
6  * [Use case 1](use_case_1.md) - Bumble python application connected to a "real" Bluetooth device with a physical controller
7  * [Use case 2](use_case_2.md) - Native Bluetooth application connected to a Bumble python application with virtual controller
8  * [Use case 3](use_case_3.md) - Emulated Bluetooth device connected to a Bumble python application with virtual controller
9  * [Use case 4](use_case_4.md) - Connecting two emulated Bluetooth devices
10  * [Use case 5](use_case_5.md) - Connecting multiple Bumble python applications
11  * [Use case 6](use_case_6.md) - Connecting an emulated Bluetooth device to a physical controller
12