bumble 0.0.189__tar.gz → 0.0.190__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.189 → bumble-0.0.190}/.gitignore +2 -0
- {bumble-0.0.189/bumble.egg-info → bumble-0.0.190}/PKG-INFO +1 -1
- {bumble-0.0.189 → bumble-0.0.190}/bumble/_version.py +2 -2
- {bumble-0.0.189 → bumble-0.0.190}/bumble/hfp.py +5 -5
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/tcp_server.py +24 -5
- {bumble-0.0.189 → bumble-0.0.190/bumble.egg-info}/PKG-INFO +1 -1
- {bumble-0.0.189 → bumble-0.0.190}/bumble.egg-info/SOURCES.txt +1 -0
- bumble-0.0.190/tests/transport_tcp_server_test.py +64 -0
- {bumble-0.0.189 → bumble-0.0.190}/.git-blame-ignore-revs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/.github/workflows/code-check.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/.github/workflows/codeql-analysis.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/.github/workflows/python-avatar.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/.github/workflows/python-build-test.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/.github/workflows/python-publish.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/.vscode/settings.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/CONTRIBUTING.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/LICENSE +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/README.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/README.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/bench.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/ble_rpa_tool.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/console.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/controller_info.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/controller_loopback.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/controllers.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/gatt_dump.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/gg_bridge.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/hci_bridge.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/l2cap_bridge.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/link_relay/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/link_relay/link_relay.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/link_relay/logging.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/pair.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/pandora_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/scan.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/show.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/speaker/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/speaker/logo.svg +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/speaker/speaker.css +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/speaker/speaker.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/speaker/speaker.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/speaker/speaker.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/unbond.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/apps/usb_probe.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/a2dp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/at.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/att.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/avc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/avctp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/avdtp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/avrcp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/bridge.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/codecs.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/colors.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/company_ids.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/controller.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/core.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/crypto.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/decoder.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/device.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/drivers/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/drivers/common.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/drivers/intel.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/drivers/rtk.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/gap.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/gatt.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/gatt_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/gatt_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/hci.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/helpers.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/hid.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/host.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/keys.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/l2cap.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/link.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pairing.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pandora/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pandora/config.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pandora/device.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pandora/host.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pandora/py.typed +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pandora/security.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/pandora/utils.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/asha_service.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/bap.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/battery_service.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/cap.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/csip.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/device_information_service.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/heart_rate_service.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/py.typed +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/profiles/vcp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/py.typed +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/rfcomm.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/sdp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/smp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/snoop.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/android_emulator.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/android_netsim.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/common.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/file.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/common_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/common_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/common_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/hci_packet_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/hci_packet_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/hci_packet_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/packet_streamer_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/packet_streamer_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/packet_streamer_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/startup_pb2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/startup_pb2.pyi +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/startup_pb2_grpc.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/hci_socket.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/pty.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/py.typed +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/pyusb.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/serial.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/tcp_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/udp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/usb.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/vhci.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/ws_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/transport/ws_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/utils.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/vendor/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/vendor/android/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/vendor/android/hci.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/vendor/zephyr/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble/vendor/zephyr/hci.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble.egg-info/dependency_links.txt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble.egg-info/entry_points.txt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble.egg-info/requires.txt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/bumble.egg-info/top_level.txt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/README.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo.svg +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo.vectornator/Artboard0.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo.vectornator/Document.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo.vectornator/Manifest.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo.vectornator/Thumbnail.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo.vectornator/UndoHistory.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo_framed.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo_framed.svg +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo_framed.vectornator/Artboard0.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo_framed.vectornator/Document.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo_framed.vectornator/Manifest.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo_framed.vectornator/Thumbnail.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/images/logo_framed.vectornator/UndoHistory.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/mkdocs.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/requirements.txt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/api/examples.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/api/guide.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/api/reference.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/bench.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/console.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/gatt_dump.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/gg_bridge.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/hci_bridge.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/link_relay.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/pair.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/show.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/speaker.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/unbond.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/apps_and_tools/usb_probe.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/components/controller.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/components/gatt.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/components/host.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/components/security_manager.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/development/code_style.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/development/contributing.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/development/python_environments.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/downloads/zephyr/hci_usb.zip +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/drivers/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/drivers/realtek.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/examples/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/extras/android_bt_bench.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/extras/android_remote_hci.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/extras/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/getting_started.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hardware/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/index.toml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/bumble.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/scanner/scanner.css +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/scanner/scanner.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/scanner/scanner.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/scanner/scanner.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/speaker/logo.svg +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/speaker/speaker.css +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/speaker/speaker.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/speaker/speaker.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/speaker/speaker.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/hive/web/ui.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/images/bumble_layers.svg +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/images/console_screenshot.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/images/favicon.ico +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/images/logo.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/images/logo_framed.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/images/speaker_screenshot.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/platforms/android.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/platforms/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/platforms/linux.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/platforms/macos.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/platforms/windows.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/platforms/winusb_driver.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/platforms/zephyr.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/android_emulator.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/file.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/hci_socket.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/pty.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/serial.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/tcp_client.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/tcp_server.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/udp.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/usb.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/vhci.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/ws_client.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/transports/ws_server.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/use_cases/index.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/use_cases/use_case_1.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/use_cases/use_case_2.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/use_cases/use_case_3.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/use_cases/use_case_4.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/use_cases/use_case_5.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/src/use_cases/use_case_6.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/docs/mkdocs/theme/partials/footer.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/environment.yml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/README.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/a2dp_sink1.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/asha_sink1.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/asha_sink2.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/async_runner.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/avrcp_as_sink.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/battery_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/battery_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/classic1.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/classic2.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/device1.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/device2.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/device3.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/device_information_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/device_information_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/heart_rate_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/heart_rate_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/hfp_gateway.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/hfp_handsfree.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/hfp_handsfree.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/hid_key_map.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/hid_keyboard.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/hid_report_parser.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/keyboard.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/keyboard.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/keyboard.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/leaudio.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/leaudio_with_classic.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_a2dp_info.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_a2dp_sink.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_a2dp_source.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_advertiser.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_asha_sink.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_avrcp.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_cig_setup.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_classic_connect.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_classic_discoverable.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_classic_discovery.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_connect_and_encrypt.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_controller.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_controller_with_scanner.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_csis_servers.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_device_with_snooper.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_esco_connection.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_extended_advertiser.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_extended_advertiser_2.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_gatt_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_gatt_client_and_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_gatt_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_hfp_gateway.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_hfp_handsfree.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_hid_device.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_hid_host.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_notifier.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_rfcomm_client.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_rfcomm_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_scanner.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_unicast_server.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/run_vcp_renderer.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/speaker.json +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/examples/vcp_renderer.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/.gitignore +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/.gitignore +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/build.gradle.kts +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/proguard-rules.pro +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/ic_launcher-playstore.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/L2capClient.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/L2capServer.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/MainActivity.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Model.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Packet.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Receiver.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/RfcommClient.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/RfcommServer.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Sender.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/SocketClient.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/SocketServer.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Color.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Theme.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Type.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/drawable/ic_launcher_background.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/drawable/ic_launcher_foreground.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/values/colors.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/values/ic_launcher_background.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/values/strings.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/values/themes.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/xml/backup_rules.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/app/src/main/res/xml/data_extraction_rules.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/build.gradle.kts +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/gradle/libs.versions.toml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/gradle/wrapper/gradle-wrapper.jar +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/gradle/wrapper/gradle-wrapper.properties +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/gradle.properties +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/gradlew +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/gradlew.bat +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/BtBench/settings.gradle.kts +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/.gitignore +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/.gitignore +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/build.gradle.kts +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/proguard-rules.pro +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/IBluetoothHci.aidl +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/IBluetoothHciCallbacks.aidl +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/Status.aidl +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/hidl/bluetooth/1.1/IBluetoothHci.hal +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/hidl/bluetooth/1.1/IBluetoothHciCallbacks.hal +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/ic_launcher-playstore.png +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/IBluetoothHci.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/Status.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/IBluetoothHci.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/Status.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/IBluetoothHci.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/CommandLineInterface.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciHal.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciHalCallback.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciPacket.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciParser.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciProxy.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciServer.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/MainActivity.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Color.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Theme.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Type.kt +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/values/colors.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/values/ic_launcher_background.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/values/strings.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/values/themes.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/xml/backup_rules.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/app/src/main/res/xml/data_extraction_rules.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/build.gradle.kts +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/gradle/libs.versions.toml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/gradle/wrapper/gradle-wrapper.jar +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/gradle/wrapper/gradle-wrapper.properties +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/gradle.properties +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/gradlew +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/gradlew.bat +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/.gitignore +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/build.gradle.kts +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/consumer-rules.pro +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/proguard-rules.pro +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/internal/hidl/base/V1_0/DebugInfo.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/internal/hidl/base/V1_0/IBase.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/HidlSupport.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwBinder.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwBlob.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwParcel.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/IHwBinder.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/IHwInterface.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/NativeHandle.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/lib/src/main/java/android/os/ServiceManager.java +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/scripts/generate_java_from_aidl.sh +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/extras/android/RemoteHCI/settings.gradle.kts +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/noxfile.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/pyproject.toml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/.gitignore +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/CHANGELOG.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/Cargo.lock +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/Cargo.toml +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/README.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/examples/battery_client.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/examples/broadcast.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/examples/scanner.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/pytests/assigned_numbers.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/pytests/pytests.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/pytests/wrapper/drivers.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/pytests/wrapper/hci.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/pytests/wrapper/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/pytests/wrapper/transport.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/resources/test/firmware/realtek/README.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/resources/test/firmware/realtek/rtl8723b_fw_structure.bin +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/resources/test/firmware/realtek/rtl8761bu_fw_structure.bin +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/adv.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/cli/firmware/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/cli/firmware/rtk.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/cli/l2cap/client_bridge.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/cli/l2cap/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/cli/l2cap/server_bridge.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/cli/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/cli/usb/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/internal/drivers/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/internal/drivers/rtk.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/internal/hci/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/internal/hci/packets.pdl +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/internal/hci/tests.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/internal/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/lib.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/main.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/assigned_numbers/company_ids.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/assigned_numbers/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/assigned_numbers/services.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/common.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/controller.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/core.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/device/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/device/tests.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/drivers/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/drivers/rtk.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/gatt_client.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/hci.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/host.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/l2cap.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/link.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/logging.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/mod.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/profile.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/src/wrapper/transport.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/tools/file_header.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/rust/tools/gen_assigned_numbers.rs +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/scripts/process_android_emulator_protos.sh +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/scripts/process_android_netsim_protos.sh +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/setup.cfg +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/setup.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tasks.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/a2dp_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/at_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/avdtp_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/avrcp_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/bap_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/cap_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/codecs_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/core_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/csip_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/decoder_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/device_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/g722_sample.g722 +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/gatt_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/hci_data_001.bin +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/hci_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/hfp_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/host_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/import_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/keystore_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/l2cap_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/pytest.ini +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/rfcomm_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/sdp_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/self_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/smp_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/test_utils.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/transport_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/utils_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tests/vcp_test.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tools/__init__.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tools/generate_company_id_list.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tools/rtk_fw_download.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/tools/rtk_util.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/README.md +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/bumble.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/heart_rate_monitor/heart_rate_monitor.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/heart_rate_monitor/heart_rate_monitor.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/heart_rate_monitor/heart_rate_monitor.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/scanner/scanner.css +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/scanner/scanner.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/scanner/scanner.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/scanner/scanner.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/speaker/logo.svg +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/speaker/speaker.css +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/speaker/speaker.html +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/speaker/speaker.js +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/speaker/speaker.py +0 -0
- {bumble-0.0.189 → bumble-0.0.190}/web/ui.js +0 -0
|
@@ -820,11 +820,11 @@ class HfProtocol(pyee.EventEmitter):
|
|
|
820
820
|
return calls
|
|
821
821
|
|
|
822
822
|
async def update_ag_indicator(self, index: int, value: int):
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
)
|
|
823
|
+
# CIEV is in 1-index, while ag_indicators is in 0-index.
|
|
824
|
+
ag_indicator = self.ag_indicators[index - 1]
|
|
825
|
+
ag_indicator.current_status = value
|
|
826
|
+
self.emit('ag_indicator', ag_indicator)
|
|
827
|
+
logger.info(f"AG indicator updated: {ag_indicator.description}, {value}")
|
|
828
828
|
|
|
829
829
|
async def handle_unsolicited(self):
|
|
830
830
|
"""Handle unsolicited result codes sent by the audio gateway."""
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
from __future__ import annotations
|
|
19
19
|
import asyncio
|
|
20
20
|
import logging
|
|
21
|
+
import socket
|
|
21
22
|
|
|
22
23
|
from .common import Transport, StreamPacketSource
|
|
23
24
|
|
|
@@ -28,6 +29,12 @@ logger = logging.getLogger(__name__)
|
|
|
28
29
|
|
|
29
30
|
|
|
30
31
|
# -----------------------------------------------------------------------------
|
|
32
|
+
|
|
33
|
+
# A pass-through function to ease mock testing.
|
|
34
|
+
async def _create_server(*args, **kw_args):
|
|
35
|
+
await asyncio.get_running_loop().create_server(*args, **kw_args)
|
|
36
|
+
|
|
37
|
+
|
|
31
38
|
async def open_tcp_server_transport(spec: str) -> Transport:
|
|
32
39
|
'''
|
|
33
40
|
Open a TCP server transport.
|
|
@@ -38,7 +45,22 @@ async def open_tcp_server_transport(spec: str) -> Transport:
|
|
|
38
45
|
|
|
39
46
|
Example: _:9001
|
|
40
47
|
'''
|
|
48
|
+
local_host, local_port = spec.split(':')
|
|
49
|
+
return await _open_tcp_server_transport_impl(
|
|
50
|
+
host=local_host if local_host != '_' else None, port=int(local_port)
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
async def open_tcp_server_transport_with_socket(sock: socket.socket) -> Transport:
|
|
55
|
+
'''
|
|
56
|
+
Open a TCP server transport with an existing socket.
|
|
57
|
+
|
|
58
|
+
One reason to use this variant is to let python pick an unused port.
|
|
59
|
+
'''
|
|
60
|
+
return await _open_tcp_server_transport_impl(sock=sock)
|
|
61
|
+
|
|
41
62
|
|
|
63
|
+
async def _open_tcp_server_transport_impl(**kwargs) -> Transport:
|
|
42
64
|
class TcpServerTransport(Transport):
|
|
43
65
|
async def close(self):
|
|
44
66
|
await super().close()
|
|
@@ -77,13 +99,10 @@ async def open_tcp_server_transport(spec: str) -> Transport:
|
|
|
77
99
|
else:
|
|
78
100
|
logger.debug('no client, dropping packet')
|
|
79
101
|
|
|
80
|
-
local_host, local_port = spec.split(':')
|
|
81
102
|
packet_source = StreamPacketSource()
|
|
82
103
|
packet_sink = TcpServerPacketSink()
|
|
83
|
-
await
|
|
84
|
-
lambda: TcpServerProtocol(packet_source, packet_sink),
|
|
85
|
-
host=local_host if local_host != '_' else None,
|
|
86
|
-
port=int(local_port),
|
|
104
|
+
await _create_server(
|
|
105
|
+
lambda: TcpServerProtocol(packet_source, packet_sink), **kwargs
|
|
87
106
|
)
|
|
88
107
|
|
|
89
108
|
return TcpServerTransport(packet_source, packet_sink)
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Copyright 2024 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
import asyncio
|
|
16
|
+
import os
|
|
17
|
+
import pytest
|
|
18
|
+
import socket
|
|
19
|
+
import unittest
|
|
20
|
+
from unittest.mock import ANY, patch
|
|
21
|
+
|
|
22
|
+
from bumble.transport.tcp_server import (
|
|
23
|
+
open_tcp_server_transport,
|
|
24
|
+
open_tcp_server_transport_with_socket,
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class OpenTcpServerTransportTests(unittest.TestCase):
|
|
29
|
+
def setUp(self):
|
|
30
|
+
self.patcher = patch('bumble.transport.tcp_server._create_server')
|
|
31
|
+
self.mock_create_server = self.patcher.start()
|
|
32
|
+
|
|
33
|
+
def tearDown(self):
|
|
34
|
+
self.patcher.stop()
|
|
35
|
+
|
|
36
|
+
def test_open_with_spec(self):
|
|
37
|
+
asyncio.run(open_tcp_server_transport('localhost:32100'))
|
|
38
|
+
self.mock_create_server.assert_awaited_once_with(
|
|
39
|
+
ANY, host='localhost', port=32100
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
def test_open_with_port_only_spec(self):
|
|
43
|
+
asyncio.run(open_tcp_server_transport('_:32100'))
|
|
44
|
+
self.mock_create_server.assert_awaited_once_with(ANY, host=None, port=32100)
|
|
45
|
+
|
|
46
|
+
def test_open_with_socket(self):
|
|
47
|
+
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock:
|
|
48
|
+
asyncio.run(open_tcp_server_transport_with_socket(sock=sock))
|
|
49
|
+
self.mock_create_server.assert_awaited_once_with(ANY, sock=sock)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
@pytest.mark.skipif(
|
|
53
|
+
not os.environ.get('PYTEST_NOSKIP', 0),
|
|
54
|
+
reason='''\
|
|
55
|
+
Not hermetic. Should only run manually with
|
|
56
|
+
$ PYTEST_NOSKIP=1 pytest tests
|
|
57
|
+
''',
|
|
58
|
+
)
|
|
59
|
+
def test_open_with_real_socket():
|
|
60
|
+
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock:
|
|
61
|
+
sock.bind(('localhost', 0))
|
|
62
|
+
port = sock.getsockname()[1]
|
|
63
|
+
assert port != 0
|
|
64
|
+
asyncio.run(open_tcp_server_transport_with_socket(sock=sock))
|
|
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.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.py
RENAMED
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.py
RENAMED
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2_grpc.py
RENAMED
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.py
RENAMED
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.pyi
RENAMED
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2_grpc.py
RENAMED
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.py
RENAMED
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bumble-0.0.189 → bumble-0.0.190}/bumble/transport/grpc_protobuf/packet_streamer_pb2_grpc.py
RENAMED
|
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
|