commit | a573152149b5556e02cbb0e3d28c41276c84dea2 | [log] [tgz] |
---|---|---|
author | David Duarte <[email protected]> | Fri Aug 12 18:15:27 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Aug 12 18:15:27 2022 +0000 |
tree | a6bf4a9a81de843d8869c7170ddc276c7b98fa33 | |
parent | 86a5f182ddc08770e6ff81a72379ddbfc3ec5f5a [diff] | |
parent | 1059cf6bb0d37722a687730ba797883fcf391e12 [diff] |
Merge upstream commit 'c66b357de6908cf3680d83a73c6744451e2d0fa0' into master am: 006fe63152 am: 1059cf6bb0 Original change: https://android-review.googlesource.com/c/platform/external/python/bumble/+/2182637 Change-Id: I4e665b811623d8427d3d1fcb7dc4ff1815ef48e3 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!