bumble 0.0.187__tar.gz → 0.0.188__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bumble-0.0.187/bumble.egg-info → bumble-0.0.188}/PKG-INFO +2 -2
- {bumble-0.0.187 → bumble-0.0.188}/bumble/_version.py +2 -2
- {bumble-0.0.187 → bumble-0.0.188}/bumble/drivers/intel.py +36 -4
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pandora/host.py +15 -6
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/pyusb.py +15 -2
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/usb.py +10 -0
- {bumble-0.0.187 → bumble-0.0.188/bumble.egg-info}/PKG-INFO +2 -2
- {bumble-0.0.187 → bumble-0.0.188}/bumble.egg-info/requires.txt +1 -1
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/usb.md +6 -0
- bumble-0.0.188/rust/CHANGELOG.md +10 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/Cargo.lock +1 -1
- {bumble-0.0.187 → bumble-0.0.188}/rust/Cargo.toml +1 -1
- {bumble-0.0.187 → bumble-0.0.188}/rust/README.md +6 -1
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/controller.rs +1 -1
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/hci.rs +1 -1
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/l2cap.rs +1 -1
- {bumble-0.0.187 → bumble-0.0.188}/setup.cfg +1 -1
- bumble-0.0.187/rust/CHANGELOG.md +0 -7
- {bumble-0.0.187 → bumble-0.0.188}/.git-blame-ignore-revs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/.github/workflows/code-check.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/.github/workflows/codeql-analysis.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/.github/workflows/python-avatar.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/.github/workflows/python-build-test.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/.github/workflows/python-publish.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/.gitignore +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/.vscode/settings.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/CONTRIBUTING.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/LICENSE +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/README.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/README.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/bench.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/ble_rpa_tool.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/console.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/controller_info.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/controller_loopback.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/controllers.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/gatt_dump.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/gg_bridge.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/hci_bridge.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/l2cap_bridge.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/link_relay/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/link_relay/link_relay.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/link_relay/logging.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/pair.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/pandora_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/scan.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/show.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/speaker/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/speaker/logo.svg +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/speaker/speaker.css +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/speaker/speaker.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/speaker/speaker.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/speaker/speaker.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/unbond.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/apps/usb_probe.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/a2dp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/at.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/att.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/avc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/avctp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/avdtp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/avrcp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/bridge.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/codecs.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/colors.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/company_ids.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/controller.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/core.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/crypto.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/decoder.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/device.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/drivers/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/drivers/common.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/drivers/rtk.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/gap.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/gatt.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/gatt_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/gatt_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/hci.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/helpers.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/hfp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/hid.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/host.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/keys.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/l2cap.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/link.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pairing.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pandora/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pandora/config.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pandora/device.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pandora/py.typed +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pandora/security.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/pandora/utils.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/asha_service.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/bap.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/battery_service.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/cap.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/csip.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/device_information_service.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/heart_rate_service.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/py.typed +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/profiles/vcp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/py.typed +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/rfcomm.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/sdp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/smp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/snoop.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/android_emulator.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/android_netsim.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/common.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/file.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/common_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/common_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/common_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/hci_packet_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/hci_packet_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/hci_packet_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/packet_streamer_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/packet_streamer_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/packet_streamer_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/startup_pb2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/startup_pb2.pyi +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/startup_pb2_grpc.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/hci_socket.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/pty.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/py.typed +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/serial.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/tcp_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/tcp_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/udp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/vhci.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/ws_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/transport/ws_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/utils.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/vendor/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/vendor/android/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/vendor/android/hci.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/vendor/zephyr/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble/vendor/zephyr/hci.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble.egg-info/SOURCES.txt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble.egg-info/dependency_links.txt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble.egg-info/entry_points.txt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/bumble.egg-info/top_level.txt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/README.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo.svg +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo.vectornator/Artboard0.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo.vectornator/Document.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo.vectornator/Manifest.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo.vectornator/Thumbnail.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo.vectornator/UndoHistory.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo_framed.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo_framed.svg +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo_framed.vectornator/Artboard0.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo_framed.vectornator/Document.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo_framed.vectornator/Manifest.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo_framed.vectornator/Thumbnail.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/images/logo_framed.vectornator/UndoHistory.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/mkdocs.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/requirements.txt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/api/examples.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/api/guide.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/api/reference.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/bench.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/console.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/gatt_dump.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/gg_bridge.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/hci_bridge.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/link_relay.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/pair.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/show.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/speaker.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/unbond.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/apps_and_tools/usb_probe.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/components/controller.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/components/gatt.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/components/host.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/components/security_manager.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/development/code_style.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/development/contributing.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/development/python_environments.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/downloads/zephyr/hci_usb.zip +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/drivers/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/drivers/realtek.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/examples/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/extras/android_bt_bench.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/extras/android_remote_hci.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/extras/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/getting_started.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hardware/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/index.toml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/bumble.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/scanner/scanner.css +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/scanner/scanner.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/scanner/scanner.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/scanner/scanner.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/speaker/logo.svg +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/speaker/speaker.css +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/speaker/speaker.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/speaker/speaker.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/speaker/speaker.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/hive/web/ui.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/images/bumble_layers.svg +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/images/console_screenshot.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/images/favicon.ico +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/images/logo.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/images/logo_framed.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/images/speaker_screenshot.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/platforms/android.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/platforms/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/platforms/linux.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/platforms/macos.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/platforms/windows.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/platforms/winusb_driver.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/platforms/zephyr.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/android_emulator.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/file.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/hci_socket.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/pty.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/serial.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/tcp_client.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/tcp_server.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/udp.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/vhci.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/ws_client.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/transports/ws_server.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/use_cases/index.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/use_cases/use_case_1.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/use_cases/use_case_2.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/use_cases/use_case_3.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/use_cases/use_case_4.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/use_cases/use_case_5.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/src/use_cases/use_case_6.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/docs/mkdocs/theme/partials/footer.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/environment.yml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/README.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/a2dp_sink1.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/asha_sink1.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/asha_sink2.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/async_runner.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/avrcp_as_sink.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/battery_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/battery_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/classic1.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/classic2.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/device1.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/device2.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/device3.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/device_information_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/device_information_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/heart_rate_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/heart_rate_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/hfp_gateway.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/hfp_handsfree.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/hfp_handsfree.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/hid_key_map.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/hid_keyboard.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/hid_report_parser.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/keyboard.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/keyboard.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/keyboard.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/leaudio.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/leaudio_with_classic.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_a2dp_info.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_a2dp_sink.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_a2dp_source.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_advertiser.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_asha_sink.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_avrcp.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_cig_setup.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_classic_connect.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_classic_discoverable.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_classic_discovery.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_connect_and_encrypt.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_controller.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_controller_with_scanner.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_csis_servers.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_device_with_snooper.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_esco_connection.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_extended_advertiser.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_extended_advertiser_2.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_gatt_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_gatt_client_and_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_gatt_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_hfp_gateway.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_hfp_handsfree.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_hid_device.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_hid_host.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_notifier.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_rfcomm_client.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_rfcomm_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_scanner.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_unicast_server.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/run_vcp_renderer.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/speaker.json +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/examples/vcp_renderer.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/.gitignore +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/.gitignore +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/build.gradle.kts +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/proguard-rules.pro +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/ic_launcher-playstore.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/L2capClient.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/L2capServer.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/MainActivity.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Model.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Packet.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Receiver.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/RfcommClient.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/RfcommServer.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Sender.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/SocketClient.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/SocketServer.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Color.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Theme.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Type.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/drawable/ic_launcher_background.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/drawable/ic_launcher_foreground.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/values/colors.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/values/ic_launcher_background.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/values/strings.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/values/themes.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/xml/backup_rules.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/app/src/main/res/xml/data_extraction_rules.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/build.gradle.kts +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/gradle/libs.versions.toml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/gradle/wrapper/gradle-wrapper.jar +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/gradle/wrapper/gradle-wrapper.properties +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/gradle.properties +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/gradlew +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/gradlew.bat +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/BtBench/settings.gradle.kts +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/.gitignore +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/.gitignore +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/build.gradle.kts +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/proguard-rules.pro +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/IBluetoothHci.aidl +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/IBluetoothHciCallbacks.aidl +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/Status.aidl +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/hidl/bluetooth/1.1/IBluetoothHci.hal +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/hidl/bluetooth/1.1/IBluetoothHciCallbacks.hal +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/ic_launcher-playstore.png +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/IBluetoothHci.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/Status.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/IBluetoothHci.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/Status.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/IBluetoothHci.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/CommandLineInterface.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciHal.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciHalCallback.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciPacket.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciParser.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciProxy.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciServer.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/MainActivity.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Color.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Theme.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Type.kt +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/values/colors.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/values/ic_launcher_background.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/values/strings.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/values/themes.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/xml/backup_rules.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/app/src/main/res/xml/data_extraction_rules.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/build.gradle.kts +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/gradle/libs.versions.toml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/gradle/wrapper/gradle-wrapper.jar +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/gradle/wrapper/gradle-wrapper.properties +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/gradle.properties +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/gradlew +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/gradlew.bat +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/.gitignore +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/build.gradle.kts +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/consumer-rules.pro +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/proguard-rules.pro +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/internal/hidl/base/V1_0/DebugInfo.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/internal/hidl/base/V1_0/IBase.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/HidlSupport.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwBinder.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwBlob.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwParcel.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/IHwBinder.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/IHwInterface.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/NativeHandle.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/lib/src/main/java/android/os/ServiceManager.java +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/scripts/generate_java_from_aidl.sh +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/extras/android/RemoteHCI/settings.gradle.kts +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/noxfile.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/pyproject.toml +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/.gitignore +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/examples/battery_client.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/examples/broadcast.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/examples/scanner.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/pytests/assigned_numbers.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/pytests/pytests.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/pytests/wrapper/drivers.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/pytests/wrapper/hci.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/pytests/wrapper/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/pytests/wrapper/transport.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/resources/test/firmware/realtek/README.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/resources/test/firmware/realtek/rtl8723b_fw_structure.bin +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/resources/test/firmware/realtek/rtl8761bu_fw_structure.bin +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/adv.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/cli/firmware/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/cli/firmware/rtk.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/cli/l2cap/client_bridge.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/cli/l2cap/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/cli/l2cap/server_bridge.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/cli/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/cli/usb/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/internal/drivers/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/internal/drivers/rtk.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/internal/hci/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/internal/hci/packets.pdl +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/internal/hci/tests.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/internal/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/lib.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/main.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/assigned_numbers/company_ids.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/assigned_numbers/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/assigned_numbers/services.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/common.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/core.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/device/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/device/tests.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/drivers/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/drivers/rtk.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/gatt_client.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/host.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/link.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/logging.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/mod.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/profile.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/src/wrapper/transport.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/tools/file_header.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/rust/tools/gen_assigned_numbers.rs +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/scripts/process_android_emulator_protos.sh +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/scripts/process_android_netsim_protos.sh +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/setup.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tasks.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/a2dp_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/at_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/avdtp_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/avrcp_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/bap_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/cap_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/codecs_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/core_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/csip_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/decoder_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/device_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/g722_sample.g722 +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/gatt_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/hci_data_001.bin +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/hci_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/hfp_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/host_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/import_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/keystore_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/l2cap_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/pytest.ini +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/rfcomm_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/sdp_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/self_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/smp_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/test_utils.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/transport_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/utils_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tests/vcp_test.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tools/__init__.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tools/generate_company_id_list.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tools/rtk_fw_download.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/tools/rtk_util.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/README.md +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/bumble.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/heart_rate_monitor/heart_rate_monitor.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/heart_rate_monitor/heart_rate_monitor.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/heart_rate_monitor/heart_rate_monitor.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/scanner/scanner.css +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/scanner/scanner.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/scanner/scanner.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/scanner/scanner.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/speaker/logo.svg +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/speaker/speaker.css +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/speaker/speaker.html +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/speaker/speaker.js +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/speaker/speaker.py +0 -0
- {bumble-0.0.187 → bumble-0.0.188}/web/ui.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bumble
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.188
|
|
4
4
|
Summary: Bluetooth Stack for Apps, Emulation, Test and Experimentation
|
|
5
5
|
Home-page: https://github.com/google/bumble
|
|
6
6
|
Author: Google
|
|
@@ -46,7 +46,7 @@ Requires-Dist: types-appdirs>=1.4.3; extra == "development"
|
|
|
46
46
|
Requires-Dist: types-invoke>=1.7.3; extra == "development"
|
|
47
47
|
Requires-Dist: types-protobuf>=4.21.0; extra == "development"
|
|
48
48
|
Provides-Extra: avatar
|
|
49
|
-
Requires-Dist: pandora-avatar==0.0.
|
|
49
|
+
Requires-Dist: pandora-avatar==0.0.8; extra == "avatar"
|
|
50
50
|
Requires-Dist: rootcanal==1.9.0; python_version >= "3.10" and extra == "avatar"
|
|
51
51
|
Provides-Extra: documentation
|
|
52
52
|
Requires-Dist: mkdocs>=1.4.0; extra == "documentation"
|
|
@@ -29,6 +29,17 @@ from bumble.hci import (
|
|
|
29
29
|
# -----------------------------------------------------------------------------
|
|
30
30
|
logger = logging.getLogger(__name__)
|
|
31
31
|
|
|
32
|
+
# -----------------------------------------------------------------------------
|
|
33
|
+
# Constant
|
|
34
|
+
# -----------------------------------------------------------------------------
|
|
35
|
+
|
|
36
|
+
INTEL_USB_PRODUCTS = {
|
|
37
|
+
# Intel AX210
|
|
38
|
+
(0x8087, 0x0032),
|
|
39
|
+
# Intel BE200
|
|
40
|
+
(0x8087, 0x0036),
|
|
41
|
+
}
|
|
42
|
+
|
|
32
43
|
# -----------------------------------------------------------------------------
|
|
33
44
|
# HCI Commands
|
|
34
45
|
# -----------------------------------------------------------------------------
|
|
@@ -52,13 +63,34 @@ class Driver(common.Driver):
|
|
|
52
63
|
def __init__(self, host):
|
|
53
64
|
self.host = host
|
|
54
65
|
|
|
66
|
+
@staticmethod
|
|
67
|
+
def check(host):
|
|
68
|
+
driver = host.hci_metadata.get("driver")
|
|
69
|
+
if driver == "intel":
|
|
70
|
+
return True
|
|
71
|
+
|
|
72
|
+
vendor_id = host.hci_metadata.get("vendor_id")
|
|
73
|
+
product_id = host.hci_metadata.get("product_id")
|
|
74
|
+
|
|
75
|
+
if vendor_id is None or product_id is None:
|
|
76
|
+
logger.debug("USB metadata not sufficient")
|
|
77
|
+
return False
|
|
78
|
+
|
|
79
|
+
if (vendor_id, product_id) not in INTEL_USB_PRODUCTS:
|
|
80
|
+
logger.debug(
|
|
81
|
+
f"USB device ({vendor_id:04X}, {product_id:04X}) " "not in known list"
|
|
82
|
+
)
|
|
83
|
+
return False
|
|
84
|
+
|
|
85
|
+
return True
|
|
86
|
+
|
|
55
87
|
@classmethod
|
|
56
|
-
async def for_host(cls, host): # type: ignore
|
|
88
|
+
async def for_host(cls, host, force=False): # type: ignore
|
|
57
89
|
# Only instantiate this driver if explicitly selected
|
|
58
|
-
if
|
|
59
|
-
return
|
|
90
|
+
if not force and not cls.check(host):
|
|
91
|
+
return None
|
|
60
92
|
|
|
61
|
-
return
|
|
93
|
+
return cls(host)
|
|
62
94
|
|
|
63
95
|
async def init_controller(self):
|
|
64
96
|
self.host.ready = True
|
|
@@ -54,6 +54,8 @@ from pandora import host_pb2
|
|
|
54
54
|
from pandora.host_pb2 import (
|
|
55
55
|
NOT_CONNECTABLE,
|
|
56
56
|
NOT_DISCOVERABLE,
|
|
57
|
+
DISCOVERABLE_LIMITED,
|
|
58
|
+
DISCOVERABLE_GENERAL,
|
|
57
59
|
PRIMARY_1M,
|
|
58
60
|
PRIMARY_CODED,
|
|
59
61
|
SECONDARY_1M,
|
|
@@ -69,6 +71,7 @@ from pandora.host_pb2 import (
|
|
|
69
71
|
ConnectResponse,
|
|
70
72
|
DataTypes,
|
|
71
73
|
DisconnectRequest,
|
|
74
|
+
DiscoverabilityMode,
|
|
72
75
|
InquiryResponse,
|
|
73
76
|
PrimaryPhy,
|
|
74
77
|
ReadLocalAddressResponse,
|
|
@@ -483,14 +486,10 @@ class HostService(HostServicer):
|
|
|
483
486
|
target_bytes = bytes(reversed(request.target))
|
|
484
487
|
if request.target_variant() == "public":
|
|
485
488
|
target = Address(target_bytes, Address.PUBLIC_DEVICE_ADDRESS)
|
|
486
|
-
advertising_type =
|
|
487
|
-
AdvertisingType.DIRECTED_CONNECTABLE_HIGH_DUTY
|
|
488
|
-
) # FIXME: HIGH_DUTY ?
|
|
489
|
+
advertising_type = AdvertisingType.DIRECTED_CONNECTABLE_LOW_DUTY
|
|
489
490
|
else:
|
|
490
491
|
target = Address(target_bytes, Address.RANDOM_DEVICE_ADDRESS)
|
|
491
|
-
advertising_type =
|
|
492
|
-
AdvertisingType.DIRECTED_CONNECTABLE_HIGH_DUTY
|
|
493
|
-
) # FIXME: HIGH_DUTY ?
|
|
492
|
+
advertising_type = AdvertisingType.DIRECTED_CONNECTABLE_LOW_DUTY
|
|
494
493
|
|
|
495
494
|
if request.connectable:
|
|
496
495
|
|
|
@@ -867,6 +866,16 @@ class HostService(HostServicer):
|
|
|
867
866
|
)
|
|
868
867
|
)
|
|
869
868
|
|
|
869
|
+
flag_map = {
|
|
870
|
+
NOT_DISCOVERABLE: 0x00,
|
|
871
|
+
DISCOVERABLE_LIMITED: AdvertisingData.LE_LIMITED_DISCOVERABLE_MODE_FLAG,
|
|
872
|
+
DISCOVERABLE_GENERAL: AdvertisingData.LE_GENERAL_DISCOVERABLE_MODE_FLAG,
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
if dt.le_discoverability_mode:
|
|
876
|
+
flags = flag_map[dt.le_discoverability_mode]
|
|
877
|
+
ad_structures.append((AdvertisingData.FLAGS, flags.to_bytes(1, 'big')))
|
|
878
|
+
|
|
870
879
|
return AdvertisingData(ad_structures)
|
|
871
880
|
|
|
872
881
|
def pack_data_types(self, ad: AdvertisingData) -> DataTypes:
|
|
@@ -113,9 +113,10 @@ async def open_pyusb_transport(spec: str) -> Transport:
|
|
|
113
113
|
self.loop.call_soon_threadsafe(self.stop_event.set)
|
|
114
114
|
|
|
115
115
|
class UsbPacketSource(asyncio.Protocol, ParserSource):
|
|
116
|
-
def __init__(self, device, sco_enabled):
|
|
116
|
+
def __init__(self, device, metadata, sco_enabled):
|
|
117
117
|
super().__init__()
|
|
118
118
|
self.device = device
|
|
119
|
+
self.metadata = metadata
|
|
119
120
|
self.loop = asyncio.get_running_loop()
|
|
120
121
|
self.queue = asyncio.Queue()
|
|
121
122
|
self.dequeue_task = None
|
|
@@ -216,6 +217,15 @@ async def open_pyusb_transport(spec: str) -> Transport:
|
|
|
216
217
|
if ':' in spec:
|
|
217
218
|
vendor_id, product_id = spec.split(':')
|
|
218
219
|
device = usb_find(idVendor=int(vendor_id, 16), idProduct=int(product_id, 16))
|
|
220
|
+
elif '-' in spec:
|
|
221
|
+
|
|
222
|
+
def device_path(device):
|
|
223
|
+
if device.port_numbers:
|
|
224
|
+
return f'{device.bus}-{".".join(map(str, device.port_numbers))}'
|
|
225
|
+
else:
|
|
226
|
+
return str(device.bus)
|
|
227
|
+
|
|
228
|
+
device = usb_find(custom_match=lambda device: device_path(device) == spec)
|
|
219
229
|
else:
|
|
220
230
|
device_index = int(spec)
|
|
221
231
|
devices = list(
|
|
@@ -235,6 +245,9 @@ async def open_pyusb_transport(spec: str) -> Transport:
|
|
|
235
245
|
raise ValueError('device not found')
|
|
236
246
|
logger.debug(f'USB Device: {device}')
|
|
237
247
|
|
|
248
|
+
# Collect the metadata
|
|
249
|
+
device_metadata = {'vendor_id': device.idVendor, 'product_id': device.idProduct}
|
|
250
|
+
|
|
238
251
|
# Detach the kernel driver if needed
|
|
239
252
|
if device.is_kernel_driver_active(0):
|
|
240
253
|
logger.debug("detaching kernel driver")
|
|
@@ -289,7 +302,7 @@ async def open_pyusb_transport(spec: str) -> Transport:
|
|
|
289
302
|
# except usb.USBError:
|
|
290
303
|
# logger.warning('failed to set alternate setting')
|
|
291
304
|
|
|
292
|
-
packet_source = UsbPacketSource(device, sco_enabled)
|
|
305
|
+
packet_source = UsbPacketSource(device, device_metadata, sco_enabled)
|
|
293
306
|
packet_sink = UsbPacketSink(device)
|
|
294
307
|
packet_source.start()
|
|
295
308
|
packet_sink.start()
|
|
@@ -396,6 +396,16 @@ async def open_usb_transport(spec: str) -> Transport:
|
|
|
396
396
|
break
|
|
397
397
|
device_index -= 1
|
|
398
398
|
device.close()
|
|
399
|
+
elif '-' in spec:
|
|
400
|
+
|
|
401
|
+
def device_path(device):
|
|
402
|
+
return f'{device.getBusNumber()}-{".".join(map(str, device.getPortNumberList()))}'
|
|
403
|
+
|
|
404
|
+
for device in context.getDeviceIterator(skip_on_error=True):
|
|
405
|
+
if device_path(device) == spec:
|
|
406
|
+
found = device
|
|
407
|
+
break
|
|
408
|
+
device.close()
|
|
399
409
|
else:
|
|
400
410
|
# Look for a compatible device by index
|
|
401
411
|
def device_is_bluetooth_hci(device):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bumble
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.188
|
|
4
4
|
Summary: Bluetooth Stack for Apps, Emulation, Test and Experimentation
|
|
5
5
|
Home-page: https://github.com/google/bumble
|
|
6
6
|
Author: Google
|
|
@@ -46,7 +46,7 @@ Requires-Dist: types-appdirs>=1.4.3; extra == "development"
|
|
|
46
46
|
Requires-Dist: types-invoke>=1.7.3; extra == "development"
|
|
47
47
|
Requires-Dist: types-protobuf>=4.21.0; extra == "development"
|
|
48
48
|
Provides-Extra: avatar
|
|
49
|
-
Requires-Dist: pandora-avatar==0.0.
|
|
49
|
+
Requires-Dist: pandora-avatar==0.0.8; extra == "avatar"
|
|
50
50
|
Requires-Dist: rootcanal==1.9.0; python_version >= "3.10" and extra == "avatar"
|
|
51
51
|
Provides-Extra: documentation
|
|
52
52
|
Requires-Dist: mkdocs>=1.4.0; extra == "documentation"
|
|
@@ -10,6 +10,7 @@ The moniker for a USB transport is either:
|
|
|
10
10
|
* `usb:<vendor>:<product>`
|
|
11
11
|
* `usb:<vendor>:<product>/<serial-number>`
|
|
12
12
|
* `usb:<vendor>:<product>#<index>`
|
|
13
|
+
* `usb:<bus>-<port_numbers>`
|
|
13
14
|
|
|
14
15
|
with `<index>` as a 0-based index (0 being the first one) to select amongst all the matching devices when there are more than one.
|
|
15
16
|
In the `usb:<index>` form, matching devices are the ones supporting Bluetooth HCI, as declared by their Class, Subclass and Protocol.
|
|
@@ -17,6 +18,8 @@ In the `usb:<vendor>:<product>#<index>` form, matching devices are the ones with
|
|
|
17
18
|
|
|
18
19
|
`<vendor>` and `<product>` are a vendor ID and product ID in hexadecimal.
|
|
19
20
|
|
|
21
|
+
with `<port_numbers>` as a list of all port numbers from root separated with dots `.`
|
|
22
|
+
|
|
20
23
|
In addition, if the moniker ends with the symbol "!", the device will be used in "forced" mode:
|
|
21
24
|
the first USB interface of the device will be used, regardless of the interface class/subclass.
|
|
22
25
|
This may be useful for some devices that use a custom class/subclass but may nonetheless work as-is.
|
|
@@ -37,6 +40,9 @@ This may be useful for some devices that use a custom class/subclass but may non
|
|
|
37
40
|
`usb:0B05:17CB!`
|
|
38
41
|
The BT USB dongle vendor=0B05 and product=17CB, in "forced" mode.
|
|
39
42
|
|
|
43
|
+
`usb:3-3.4.1`
|
|
44
|
+
The BT USB dongle on bus 3 on port path 3, 4, 1.
|
|
45
|
+
|
|
40
46
|
|
|
41
47
|
## Alternative
|
|
42
48
|
The library includes two different implementations of the USB transport, implemented using different python bindings for `libusb`.
|
|
@@ -37,6 +37,11 @@ PYTHONPATH=..:[virtualenv site-packages] \
|
|
|
37
37
|
cargo run --features bumble-tools --bin bumble -- --help
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
+
Notable subcommands:
|
|
41
|
+
|
|
42
|
+
- `firmware realtek download`: download Realtek firmware for various chipsets so that it can be automatically loaded when needed
|
|
43
|
+
- `usb probe`: show USB devices, highlighting the ones usable for Bluetooth
|
|
44
|
+
|
|
40
45
|
# Development
|
|
41
46
|
|
|
42
47
|
Run the tests:
|
|
@@ -63,4 +68,4 @@ To regenerate the assigned number tables based on the Python codebase:
|
|
|
63
68
|
|
|
64
69
|
```
|
|
65
70
|
PYTHONPATH=.. cargo run --bin gen-assigned-numbers --features dev-tools
|
|
66
|
-
```
|
|
71
|
+
```
|
|
@@ -35,7 +35,7 @@ impl Controller {
|
|
|
35
35
|
/// module specifies the defaults. Must be called from a thread with a Python event loop, which
|
|
36
36
|
/// should be true on `tokio::main` and `async_std::main`.
|
|
37
37
|
///
|
|
38
|
-
/// For more info, see https://awestlake87.github.io/pyo3-asyncio/master/doc/pyo3_asyncio/#event-loop-references-and-contextvars
|
|
38
|
+
/// For more info, see <https://awestlake87.github.io/pyo3-asyncio/master/doc/pyo3_asyncio/#event-loop-references-and-contextvars>.
|
|
39
39
|
pub async fn new(
|
|
40
40
|
name: &str,
|
|
41
41
|
host_source: Option<TransportSource>,
|
|
@@ -149,7 +149,7 @@ impl ToPyObject for Address {
|
|
|
149
149
|
|
|
150
150
|
/// An error meaning that the u64 value did not represent a valid BT address.
|
|
151
151
|
#[derive(Debug)]
|
|
152
|
-
pub struct InvalidAddress(u64);
|
|
152
|
+
pub struct InvalidAddress(#[allow(unused)] u64);
|
|
153
153
|
|
|
154
154
|
impl TryInto<packets::Address> for Address {
|
|
155
155
|
type Error = ConversionError<InvalidAddress>;
|
|
@@ -71,7 +71,7 @@ impl LeConnectionOrientedChannel {
|
|
|
71
71
|
/// Must be called from a thread with a Python event loop, which should be true on
|
|
72
72
|
/// `tokio::main` and `async_std::main`.
|
|
73
73
|
///
|
|
74
|
-
/// For more info, see https://awestlake87.github.io/pyo3-asyncio/master/doc/pyo3_asyncio/#event-loop-references-and-contextvars
|
|
74
|
+
/// For more info, see <https://awestlake87.github.io/pyo3-asyncio/master/doc/pyo3_asyncio/#event-loop-references-and-contextvars>.
|
|
75
75
|
pub async fn disconnect(&mut self) -> PyResult<()> {
|
|
76
76
|
Python::with_gil(|py| {
|
|
77
77
|
self.0
|
bumble-0.0.187/rust/CHANGELOG.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.py
RENAMED
|
File without changes
|
{bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{bumble-0.0.187 → bumble-0.0.188}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.py
RENAMED
|
File without changes
|