1USE CASE 4
2==========
3
4# Connecting two emulated Bluetooth devices
5
6Connect two emulated Bluetooth device (ex: an Android emulator, or an embedded device emulator) to each other
7
8```
9+-----------+             +------------+                +------------+             +-----------+
10| Emulated  |             | Bumble     |    Bumble      | Bumble     |             | Emulated  |
11| Bluetooth |<--  HCI  -->| Virtual    |<== Local or ==>| Virtual    |<--  HCI  -->| Bluetooth |
12| Device    |  Transport  | Controller |    Remote      | Controller |  Transport  | Device    |
13+-----------+             +------------+    Link        +------------+             +-----------+
14```
15