commit | e83bef57322561c7a52d3eb807580e4c11898577 | [log] [tgz] |
---|---|---|
author | Bob Badour <[email protected]> | Fri Aug 19 00:47:55 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Aug 19 00:47:55 2022 +0000 |
tree | 904264939de69b9ff5775fc57e3f3865913e3e9d | |
parent | a03fd614ab5fa6cc6ca57406b6afc9bfbff42bfa [diff] | |
parent | 7a7906dd2a70fa2e86983d26446a2f3d8320d812 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/python/bumble am: b74aa5991d am: 9b28adca4c am: 7a7906dd2a Original change: https://android-review.googlesource.com/c/platform/external/python/bumble/+/2189698 Change-Id: I805aaa26b3903c984f43a96460026e18f9f53938 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!