1USE CASE 1
2==========
3
4# Bumble python application connected to a device with a "real" Bluetooth controller
5
6Write a python application (ex: a GATT client that will connect to a hear rate sensor, or a GATT server exposing a battery level) that can connect to or receive connections from a "real" Bluetooth device (like a sensor, or a mobile phone) using a Bluetooth controller (a USB dongle, or HCI-UART controller)
7
8```
9+--------++--------+             +------------+             +-----------+
10| Bumble || Bumble |             | Physical   |             | Bluetooth |
11| Python || Host   |<--  HCI  -->| Controller |{...radio...}| Device    |
12| App    ||        |  Transport  |            |             |           |
13+--------++--------+             +------------+             +-----------+
14```
15