1USE CASE 2
2==========
3
4# Native Bluetooth application connected to a Bumble python application with virtual controller
5
6Connect a native Bluetooth application, running on a host with Bluetooth stack to which we can attach a virtual controller (Linux for example), to a Bumble python application (ex: a GATT server or client).
7
8```
9+-----------+             +------------+                +------------++--------++--------+
10| Native    |             | Bumble     |    Bumble      | Bumble     || Bumble || Bumble |
11| Bluetooth |<--  HCI  -->| Virtual    |<== Local or ==>| Virtual    || Host   || Python |
12| App       |  Transport  | Controller |    Remote      | Controller ||        || App    |
13+-----------+             +------------+    Link        +------------++--------++--------+
14```
15