commit | 51687be077cd357ddcd8e07b01ab2f8a7d93bae7 | [log] [tgz] |
---|---|---|
author | David Duarte <[email protected]> | Fri Aug 12 19:42:05 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Aug 12 19:42:05 2022 +0000 |
tree | 8f65b215f1074d1e9203a34d96a820bc35da3af1 | |
parent | 6f8aae7b049467dfd7d41e484844601fda402b52 [diff] | |
parent | e4ed6a6d7dc689dd5735fb1e9dda3372f3d23119 [diff] |
Add Android build file am: 0885abea1b am: d479431d30 am: 117d8f68cd am: a03fd614ab am: e4ed6a6d7d Original change: https://android-review.googlesource.com/c/platform/external/python/bumble/+/2182638 Change-Id: I3255a5e9bbbf0e2c6d852b4ef4f75c9f91c46e1a Signed-off-by: Automerger Merge Worker <[email protected]>
_ _ _ | | | | | | | |__ _ _ ____ | |__ | | _____ | _ \| | | | \| _ \| || ___ | | |_) ) |_| | | | | |_) ) || ____| |____/|____/|_|_|_|____/ \_)_____)
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.
Browse the pre-built Online Documentation, or see the documentation source under docs/mkdocs/src
, or build the static HTML site from the markdown text with:
mkdocs build -f docs/mkdocs/mkdocs.yml
Licensed under the Apache 2.0 License.
This is not an official Google product.
This library is in alpha and will be going through a lot of breaking changes. While releases will be stable enough for prototyping, experimentation and research, we do not recommend using it in any production environment yet. Expect bugs and sharp edges. Please help by trying it out, reporting bugs, and letting us know what you think!