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 <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 8f65b215f1074d1e9203a34d96a820bc35da3af1
  1. .github/
  2. apps/
  3. bumble/
  4. docs/
  5. examples/
  6. tests/
  7. utils/
  8. web/
  9. .gitignore
  10. Android.bp
  11. CONTRIBUTING.md
  12. environment.yml
  13. LICENSE
  14. METADATA
  15. MODULE_LICENSE_APACHE2
  16. noxfile.py
  17. OWNERS
  18. pyproject.toml
  19. README.md
  20. setup.cfg
  21. setup.py
  22. tasks.py
README.md
 _                 _     _
| |               | |   | |
| |__  _   _ ____ | |__ | | _____
|  _ \| | | |    \|  _ \| || ___ |
| |_) ) |_| | | | | |_) ) || ____|
|____/|____/|_|_|_|____/ \_)_____)

Bluetooth Stack for Apps, Emulation, Test and Experimentation

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, 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 

License

Licensed under the Apache 2.0 License.

Disclaimer

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!