1USE CASE 3
2==========
3
4# Emulated Bluetooth device connected to a Bumble python application with virtual controller
5
6Connect an emulated Bluetooth device (ex: an Android emulator, or an embedded device emulator) to a Bumble python application (ex: a GATT server or client).
7
8```
9+-----------+             +------------+                +------------++--------++--------+
10| Emulated  |             | Bumble     |    Bumble      | Bumble     || Bumble || Bumble |
11| Bluetooth |<--  HCI  -->| Virtual    |<== Local or ==>| Virtual    || Host   || Python |
12| Device    |  Transport  | Controller |    Remote      | Controller ||        || App    |
13+-----------+             +------------+    Link        +------------++--------++--------+
14```
15