From e11119c56506941e9407ed7dc1d73ca2c5d37383 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Sat, 4 Jun 2022 22:57:14 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e57b1bf..3370baf 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Bluetooth Stack for Apps, Emulation, Test and Experimentation drawing +Bumble is a full-featured Bluetooth stack written entirely in Python. It supports most of the common Bluetooth Low Energy (BLE) and Bluetooth Classic (BR/EDR) protocols and profiles, including GAP, L2CAP, ATT, GATT, SMP, SDP, RFCOMM, HFP, HID and A2DP. The stack can be used with physical radios via HCI over USB, UART, or the Linux VHCI, as well as virtual radios, including the virtual Bluetooth support of the Android emulator. + ## Documentation Browse the pre-built [Online Documentation](https://google.github.io/bumble/),