commit | e4ed6a6d7dc689dd5735fb1e9dda3372f3d23119 | [log] [tgz] |
---|---|---|
author | David Duarte <[email protected]> | Fri Aug 12 19:05:10 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Aug 12 19:05:10 2022 +0000 |
tree | 8f65b215f1074d1e9203a34d96a820bc35da3af1 | |
parent | 37f92568da2d3fcb49d70426c3386a67d24edc10 [diff] | |
parent | a03fd614ab5fa6cc6ca57406b6afc9bfbff42bfa [diff] |
Add Android build file am: 0885abea1b am: d479431d30 am: 117d8f68cd am: a03fd614ab Original change: https://android-review.googlesource.com/c/platform/external/python/bumble/+/2182638 Change-Id: I6dadc5bb000929c88780908d1539f0e78db7dbc4 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!