bumble 0.0.221__tar.gz → 0.0.222__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.221 → bumble-0.0.222}/PKG-INFO +1 -1
- {bumble-0.0.221 → bumble-0.0.222}/bumble/_version.py +3 -3
- {bumble-0.0.221 → bumble-0.0.222}/bumble/l2cap.py +117 -62
- {bumble-0.0.221 → bumble-0.0.222}/bumble.egg-info/PKG-INFO +1 -1
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/platforms/linux.md +1 -1
- {bumble-0.0.221 → bumble-0.0.222}/tests/l2cap_test.py +10 -17
- {bumble-0.0.221 → bumble-0.0.222}/.devcontainer/devcontainer.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.git-blame-ignore-revs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.github/ci-gradle.properties +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.github/workflows/code-check.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.github/workflows/codeql-analysis.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.github/workflows/gradle-btbench.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.github/workflows/python-avatar.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.github/workflows/python-build-test.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.github/workflows/python-publish.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/.vscode/settings.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/CONTRIBUTING.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/LICENSE +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/README.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/README.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/auracast.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/bench.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/ble_rpa_tool.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/console.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/controller_info.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/controller_loopback.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/controllers.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/device_info.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/gatt_dump.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/gg_bridge.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/hci_bridge.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/l2cap_bridge.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/lea_unicast/app.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/lea_unicast/index.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/pair.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/pandora_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/player/player.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/rfcomm_bridge.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/scan.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/show.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/speaker/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/speaker/logo.svg +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/speaker/speaker.css +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/speaker/speaker.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/speaker/speaker.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/speaker/speaker.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/unbond.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/apps/usb_probe.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/a2dp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/at.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/att.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/audio/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/audio/io.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/avc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/avctp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/avdtp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/avrcp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/bridge.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/codecs.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/colors.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/company_ids.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/controller.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/core.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/crypto/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/crypto/builtin.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/crypto/cryptography.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/data_types.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/decoder.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/device.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/drivers/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/drivers/common.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/drivers/intel.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/drivers/rtk.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/gap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/gatt.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/gatt_adapters.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/gatt_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/gatt_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/hci.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/helpers.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/hfp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/hid.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/host.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/keys.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/link.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/ll.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/lmp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/logging.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pairing.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/config.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/device.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/host.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/l2cap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/py.typed +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/security.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/pandora/utils.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/aics.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/ams.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/ancs.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/ascs.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/asha.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/bap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/bass.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/battery_service.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/cap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/csip.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/device_information_service.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/gap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/gatt_service.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/gmap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/hap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/heart_rate_service.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/le_audio.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/mcp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/pacs.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/pbp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/py.typed +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/tmap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/vcs.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/profiles/vocs.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/py.typed +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/rfcomm.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/rtp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/sdp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/smp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/snoop.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/android_emulator.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/android_netsim.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/common.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/file.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_device_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_packets_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/emulated_bluetooth_vhci_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/grpc_endpoint_description_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/common_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/common_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/common_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/hci_packet_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/hci_packet_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/hci_packet_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/model_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/model_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/model_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/packet_streamer_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/packet_streamer_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/packet_streamer_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/startup_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/startup_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/netsim/startup_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/rootcanal/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/rootcanal/configuration_pb2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/rootcanal/configuration_pb2.pyi +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/grpc_protobuf/rootcanal/configuration_pb2_grpc.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/hci_socket.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/pty.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/py.typed +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/pyusb.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/serial.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/tcp_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/tcp_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/udp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/unix.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/usb.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/vhci.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/ws_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/transport/ws_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/utils.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/vendor/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/vendor/android/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/vendor/android/hci.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/vendor/zephyr/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble/vendor/zephyr/hci.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble.egg-info/SOURCES.txt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble.egg-info/dependency_links.txt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble.egg-info/entry_points.txt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble.egg-info/requires.txt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/bumble.egg-info/top_level.txt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/README.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/favicon.ico +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo.svg +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo.vectornator/Artboard0.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo.vectornator/Document.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo.vectornator/Manifest.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo.vectornator/Thumbnail.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo.vectornator/UndoHistory.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo_framed.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo_framed.svg +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo_framed.vectornator/Artboard0.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo_framed.vectornator/Document.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo_framed.vectornator/Manifest.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo_framed.vectornator/Thumbnail.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/images/logo_framed.vectornator/UndoHistory.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/mkdocs.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/requirements.txt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/api/examples.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/api/guide.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/api/reference.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/auracast.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/bench.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/console.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/gatt_dump.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/gg_bridge.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/hci_bridge.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/pair.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/show.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/speaker.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/unbond.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/apps_and_tools/usb_probe.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/components/controller.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/components/gatt.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/components/host.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/components/security_manager.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/development/code_style.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/development/contributing.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/development/python_environments.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/downloads/zephyr/hci_usb.zip +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/drivers/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/drivers/intel.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/drivers/realtek.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/examples/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/extras/android_bt_bench.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/extras/android_remote_hci.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/extras/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/getting_started.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hardware/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/index.toml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/bumble.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/heart_rate_monitor/heart_rate_monitor.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/scanner/scanner.css +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/scanner/scanner.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/scanner/scanner.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/scanner/scanner.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/speaker/logo.svg +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/speaker/speaker.css +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/speaker/speaker.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/speaker/speaker.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/speaker/speaker.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/hive/web/ui.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/images/bumble_layers.svg +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/images/console_screenshot.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/images/favicon.ico +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/images/logo.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/images/logo_framed.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/images/speaker_screenshot.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/platforms/android.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/platforms/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/platforms/macos.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/platforms/windows.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/platforms/winusb_driver.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/platforms/zephyr.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/android_emulator.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/file.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/hci_socket.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/pty.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/serial.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/tcp_client.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/tcp_server.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/udp.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/usb.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/vhci.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/ws_client.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/transports/ws_server.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/use_cases/index.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/use_cases/use_case_1.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/use_cases/use_case_2.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/use_cases/use_case_3.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/use_cases/use_case_4.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/use_cases/use_case_5.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/src/use_cases/use_case_6.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/docs/mkdocs/theme/partials/footer.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/README.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/a2dp_sink1.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/asha_sink.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/asha_sink1.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/asha_sink2.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/async_runner.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/auracast_broadcasts.toml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/avrcp_as_sink.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/battery_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/battery_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/classic1.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/classic2.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/cs_initiator.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/cs_reflector.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/device1.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/device2.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/device3.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/device_information_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/device_information_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/device_with_rpa.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/heart_rate_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/heart_rate_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/hfp_gateway.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/hfp_gateway.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/hfp_handsfree.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/hfp_handsfree.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/hid_key_map.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/hid_keyboard.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/hid_report_parser.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/keyboard.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/keyboard.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/keyboard.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/leaudio.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/leaudio_with_classic.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/mcp_server.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/mobly/bench/one_device_bench_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/mobly/bench/sample_config.yml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/mobly/bench/two_devices_bench_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_a2dp_info.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_a2dp_sink.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_a2dp_source.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_advertiser.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_ams_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_ancs_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_asha_sink.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_avrcp.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_channel_sounding.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_cig_setup.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_classic_connect.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_classic_discoverable.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_classic_discovery.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_classic_l2cap.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_connect_and_encrypt.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_controller.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_csis_servers.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_device_with_snooper.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_esco_connection.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_extended_advertiser.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_extended_advertiser_2.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_gatt_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_gatt_client_and_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_gatt_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_gatt_server_with_pairing_delegate.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_gatt_with_adapters.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_hap_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_hfp_gateway.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_hfp_handsfree.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_hid_device.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_hid_host.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_mcp_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_notifier.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_rfcomm_client.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_rfcomm_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_scanner.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_unicast_server.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/run_vcp_renderer.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/speaker.json +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/examples/vcp_renderer.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/build.gradle.kts +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/proguard-rules.pro +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/ic_launcher-playstore.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Advertiser.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/AutomationSnippet.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Connection.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Gatt.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/GattClient.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/GattServer.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/IoClient.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/L2capClient.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/L2capServer.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/MainActivity.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Mode.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Model.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Packet.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Pinger.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Ponger.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Receiver.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/RfcommClient.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/RfcommServer.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Scan.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/Sender.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/SocketClient.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/SocketServer.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Color.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Theme.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ui/theme/Type.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/drawable/ic_launcher_background.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/drawable/ic_launcher_foreground.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/values/colors.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/values/ic_launcher_background.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/values/strings.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/values/themes.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/xml/backup_rules.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/app/src/main/res/xml/data_extraction_rules.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/build.gradle.kts +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/gradle/libs.versions.toml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/gradle/wrapper/gradle-wrapper.jar +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/gradle/wrapper/gradle-wrapper.properties +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/gradle.properties +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/gradlew +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/gradlew.bat +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/BtBench/settings.gradle.kts +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/build.gradle.kts +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/proguard-rules.pro +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/IBluetoothHci.aidl +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/IBluetoothHciCallbacks.aidl +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/Status.aidl +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/hidl/bluetooth/1.1/IBluetoothHci.hal +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/hidl/bluetooth/1.1/IBluetoothHciCallbacks.hal +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/ic_launcher-playstore.png +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/IBluetoothHci.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/Status.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/IBluetoothHci.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/Status.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/IBluetoothHci.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/IBluetoothHciCallbacks.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/CommandLineInterface.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciHal.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciHalCallback.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciPacket.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciParser.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciProxy.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/HciServer.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/MainActivity.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Color.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Theme.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ui/theme/Type.kt +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/values/colors.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/values/ic_launcher_background.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/values/strings.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/values/themes.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/xml/backup_rules.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/app/src/main/res/xml/data_extraction_rules.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/build.gradle.kts +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/gradle/libs.versions.toml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/gradle/wrapper/gradle-wrapper.jar +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/gradle/wrapper/gradle-wrapper.properties +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/gradle.properties +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/gradlew +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/gradlew.bat +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/build.gradle.kts +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/consumer-rules.pro +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/proguard-rules.pro +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/AndroidManifest.xml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/internal/hidl/base/V1_0/DebugInfo.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/internal/hidl/base/V1_0/IBase.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/HidlSupport.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwBinder.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwBlob.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/HwParcel.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/IHwBinder.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/IHwInterface.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/NativeHandle.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/lib/src/main/java/android/os/ServiceManager.java +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/scripts/generate_java_from_aidl.sh +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/extras/android/RemoteHCI/settings.gradle.kts +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/noxfile.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/pyproject.toml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/CHANGELOG.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/Cargo.lock +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/Cargo.toml +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/README.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/examples/battery_client.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/examples/broadcast.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/examples/scanner.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/pytests/assigned_numbers.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/pytests/pytests.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/pytests/wrapper/drivers.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/pytests/wrapper/hci.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/pytests/wrapper/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/pytests/wrapper/transport.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/resources/test/firmware/realtek/README.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/resources/test/firmware/realtek/rtl8723b_fw_structure.bin +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/resources/test/firmware/realtek/rtl8761bu_fw_structure.bin +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/adv.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/cli/firmware/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/cli/firmware/rtk.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/cli/l2cap/client_bridge.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/cli/l2cap/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/cli/l2cap/server_bridge.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/cli/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/cli/usb/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/internal/drivers/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/internal/drivers/rtk.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/internal/hci/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/internal/hci/packets.pdl +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/internal/hci/tests.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/internal/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/lib.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/main.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/assigned_numbers/company_ids.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/assigned_numbers/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/assigned_numbers/services.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/common.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/controller.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/core.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/device/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/device/tests.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/drivers/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/drivers/rtk.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/gatt_client.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/hci.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/host.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/l2cap.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/link.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/logging.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/mod.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/profile.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/src/wrapper/transport.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/tools/file_header.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/rust/tools/gen_assigned_numbers.rs +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/scripts/process_android_emulator_protos.sh +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/scripts/process_android_netsim_protos.sh +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/setup.cfg +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tasks.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/a2dp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/aics_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/asha_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/at_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/avdtp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/avrcp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/bap_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/bass_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/cap_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/codecs_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/core_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/csip_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/decoder_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/device_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/g722_sample.g722 +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/gatt_service_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/gatt_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/gmap_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/hap_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/hci_data_001.bin +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/hci_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/hfp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/host_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/import_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/keystore_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/le_audio_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/mcp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/pytest.ini +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/rfcomm_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/sdp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/self_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/smp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/test_utils.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/transport_tcp_server_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/transport_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/utils_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/vcp_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tests/vocs_test.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tools/__init__.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tools/generate_company_id_list.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tools/intel_fw_download.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tools/intel_util.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tools/rtk_fw_download.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/tools/rtk_util.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/.gitignore +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/README.md +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/bumble.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/favicon.ico +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/heart_rate_monitor/heart_rate_monitor.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/heart_rate_monitor/heart_rate_monitor.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/heart_rate_monitor/heart_rate_monitor.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/scanner/scanner.css +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/scanner/scanner.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/scanner/scanner.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/scanner/scanner.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/speaker/logo.svg +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/speaker/speaker.css +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/speaker/speaker.html +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/speaker/speaker.js +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/speaker/speaker.py +0 -0
- {bumble-0.0.221 → bumble-0.0.222}/web/ui.js +0 -0
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
31
|
+
__version__ = version = '0.0.222'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 222)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g36f81b798'
|
|
@@ -20,6 +20,7 @@ from __future__ import annotations
|
|
|
20
20
|
import asyncio
|
|
21
21
|
import dataclasses
|
|
22
22
|
import enum
|
|
23
|
+
import itertools
|
|
23
24
|
import logging
|
|
24
25
|
import struct
|
|
25
26
|
from collections import deque
|
|
@@ -302,11 +303,9 @@ class EnhancedControlField(ControlField):
|
|
|
302
303
|
|
|
303
304
|
@dataclasses.dataclass
|
|
304
305
|
class InformationEnhancedControlField(EnhancedControlField):
|
|
305
|
-
tx_seq: int
|
|
306
|
+
tx_seq: int
|
|
307
|
+
sar: int
|
|
306
308
|
req_seq: int = 0
|
|
307
|
-
segmentation_and_reassembly: int = (
|
|
308
|
-
EnhancedControlField.SegmentationAndReassembly.UNSEGMENTED
|
|
309
|
-
)
|
|
310
309
|
final: int = 1
|
|
311
310
|
|
|
312
311
|
frame_type = EnhancedControlField.FieldType.I_FRAME
|
|
@@ -316,15 +315,15 @@ class InformationEnhancedControlField(EnhancedControlField):
|
|
|
316
315
|
return cls(
|
|
317
316
|
tx_seq=(data[0] >> 1) & 0b0111111,
|
|
318
317
|
final=(data[0] >> 7) & 0b1,
|
|
319
|
-
req_seq=(data[1] &
|
|
320
|
-
|
|
318
|
+
req_seq=(data[1] & 0b00111111),
|
|
319
|
+
sar=(data[1] >> 6) & 0b11,
|
|
321
320
|
)
|
|
322
321
|
|
|
323
322
|
def __bytes__(self) -> bytes:
|
|
324
323
|
return bytes(
|
|
325
324
|
[
|
|
326
325
|
self.frame_type | (self.tx_seq << 1) | (self.final << 7),
|
|
327
|
-
self.req_seq | (self.
|
|
326
|
+
self.req_seq | (self.sar << 6),
|
|
328
327
|
]
|
|
329
328
|
)
|
|
330
329
|
|
|
@@ -889,27 +888,38 @@ class EnhancedRetransmissionProcessor(Processor):
|
|
|
889
888
|
class _PendingPdu:
|
|
890
889
|
payload: bytes
|
|
891
890
|
tx_seq: int
|
|
891
|
+
sar: InformationEnhancedControlField.SegmentationAndReassembly
|
|
892
|
+
sdu_length: int = 0
|
|
892
893
|
req_seq: int = 0
|
|
893
894
|
|
|
894
895
|
def __bytes__(self) -> bytes:
|
|
895
896
|
return (
|
|
896
897
|
bytes(
|
|
897
898
|
InformationEnhancedControlField(
|
|
898
|
-
tx_seq=self.tx_seq,
|
|
899
|
+
tx_seq=self.tx_seq,
|
|
900
|
+
req_seq=self.req_seq,
|
|
901
|
+
sar=self.sar,
|
|
899
902
|
)
|
|
900
903
|
)
|
|
904
|
+
+ (
|
|
905
|
+
struct.pack('<H', self.sdu_length)
|
|
906
|
+
if self.sar
|
|
907
|
+
== InformationEnhancedControlField.SegmentationAndReassembly.START
|
|
908
|
+
else b''
|
|
909
|
+
)
|
|
901
910
|
+ self.payload
|
|
902
911
|
)
|
|
903
912
|
|
|
904
|
-
|
|
913
|
+
_last_acked_tx_seq: int = 0
|
|
914
|
+
_last_acked_rx_seq: int = 0
|
|
905
915
|
_next_tx_seq: int = 0
|
|
906
|
-
_last_tx_seq: int = 0
|
|
907
916
|
_req_seq_num: int = 0
|
|
908
|
-
_next_seq_num: int = 0
|
|
909
917
|
_remote_is_busy: bool = False
|
|
918
|
+
_in_sdu: bytes = b''
|
|
910
919
|
|
|
911
920
|
_num_receiver_ready_polls_sent: int = 0
|
|
912
921
|
_pending_pdus: list[_PendingPdu]
|
|
922
|
+
_tx_window: list[_PendingPdu]
|
|
913
923
|
_monitor_handle: asyncio.TimerHandle | None = None
|
|
914
924
|
_receiver_ready_poll_handle: asyncio.TimerHandle | None = None
|
|
915
925
|
|
|
@@ -917,12 +927,6 @@ class EnhancedRetransmissionProcessor(Processor):
|
|
|
917
927
|
monitor_timeout: float
|
|
918
928
|
retransmission_timeout: float
|
|
919
929
|
|
|
920
|
-
@classmethod
|
|
921
|
-
def _num_frames_between(cls, low: int, high: int) -> int:
|
|
922
|
-
if high < low:
|
|
923
|
-
high += cls.MAX_SEQ_NUM
|
|
924
|
-
return high - low
|
|
925
|
-
|
|
926
930
|
def __init__(
|
|
927
931
|
self,
|
|
928
932
|
channel: ClassicChannel,
|
|
@@ -935,6 +939,7 @@ class EnhancedRetransmissionProcessor(Processor):
|
|
|
935
939
|
self.peer_mps = peer_mps
|
|
936
940
|
self.peer_tx_window_size = peer_tx_window_size
|
|
937
941
|
self._pending_pdus = []
|
|
942
|
+
self._tx_window = []
|
|
938
943
|
self.monitor_timeout = spec.monitor_timeout
|
|
939
944
|
self.channel = channel
|
|
940
945
|
self.retransmission_timeout = spec.retransmission_timeout
|
|
@@ -972,12 +977,9 @@ class EnhancedRetransmissionProcessor(Processor):
|
|
|
972
977
|
|
|
973
978
|
def _send_receiver_ready_poll(self) -> None:
|
|
974
979
|
self._num_receiver_ready_polls_sent += 1
|
|
975
|
-
self.
|
|
976
|
-
SupervisoryEnhancedControlField
|
|
977
|
-
|
|
978
|
-
final=1,
|
|
979
|
-
req_seq=self._next_seq_num,
|
|
980
|
-
)
|
|
980
|
+
self._send_s_frame(
|
|
981
|
+
supervision_function=SupervisoryEnhancedControlField.SupervisoryFunction.RR,
|
|
982
|
+
final=1,
|
|
981
983
|
)
|
|
982
984
|
|
|
983
985
|
def _get_next_tx_seq(self) -> int:
|
|
@@ -987,12 +989,35 @@ class EnhancedRetransmissionProcessor(Processor):
|
|
|
987
989
|
|
|
988
990
|
@override
|
|
989
991
|
def send_sdu(self, sdu: bytes) -> None:
|
|
990
|
-
if len(sdu)
|
|
991
|
-
|
|
992
|
-
|
|
992
|
+
if len(sdu) <= self.peer_mps:
|
|
993
|
+
pdu = self._PendingPdu(
|
|
994
|
+
payload=sdu,
|
|
995
|
+
tx_seq=self._get_next_tx_seq(),
|
|
996
|
+
req_seq=self._req_seq_num,
|
|
997
|
+
sar=InformationEnhancedControlField.SegmentationAndReassembly.UNSEGMENTED,
|
|
993
998
|
)
|
|
994
|
-
|
|
995
|
-
|
|
999
|
+
self._pending_pdus.append(pdu)
|
|
1000
|
+
else:
|
|
1001
|
+
for offset in range(0, len(sdu), self.peer_mps):
|
|
1002
|
+
payload = sdu[offset : offset + self.peer_mps]
|
|
1003
|
+
if offset == 0:
|
|
1004
|
+
sar = (
|
|
1005
|
+
InformationEnhancedControlField.SegmentationAndReassembly.START
|
|
1006
|
+
)
|
|
1007
|
+
elif offset + len(payload) >= len(sdu):
|
|
1008
|
+
sar = InformationEnhancedControlField.SegmentationAndReassembly.END
|
|
1009
|
+
else:
|
|
1010
|
+
sar = (
|
|
1011
|
+
InformationEnhancedControlField.SegmentationAndReassembly.CONTINUATION
|
|
1012
|
+
)
|
|
1013
|
+
pdu = self._PendingPdu(
|
|
1014
|
+
payload=payload,
|
|
1015
|
+
tx_seq=self._get_next_tx_seq(),
|
|
1016
|
+
req_seq=self._req_seq_num,
|
|
1017
|
+
sar=sar,
|
|
1018
|
+
sdu_length=len(sdu),
|
|
1019
|
+
)
|
|
1020
|
+
self._pending_pdus.append(pdu)
|
|
996
1021
|
self._process_output()
|
|
997
1022
|
|
|
998
1023
|
@override
|
|
@@ -1000,17 +1025,37 @@ class EnhancedRetransmissionProcessor(Processor):
|
|
|
1000
1025
|
control_field = EnhancedControlField.from_bytes(pdu)
|
|
1001
1026
|
self._update_ack_seq(control_field.req_seq, control_field.final != 0)
|
|
1002
1027
|
if isinstance(control_field, InformationEnhancedControlField):
|
|
1003
|
-
if control_field.tx_seq != self.
|
|
1028
|
+
if control_field.tx_seq != self._req_seq_num:
|
|
1029
|
+
logger.error(
|
|
1030
|
+
"tx_seq != self._req_seq_num, tx_seq: %d, self._req_seq_num: %d",
|
|
1031
|
+
control_field.tx_seq,
|
|
1032
|
+
self._req_seq_num,
|
|
1033
|
+
)
|
|
1004
1034
|
return
|
|
1005
|
-
self.
|
|
1006
|
-
self._req_seq_num = self._next_seq_num
|
|
1035
|
+
self._req_seq_num = (control_field.tx_seq + 1) % self.MAX_SEQ_NUM
|
|
1007
1036
|
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
)
|
|
1012
|
-
|
|
1013
|
-
|
|
1037
|
+
if (
|
|
1038
|
+
control_field.sar
|
|
1039
|
+
== InformationEnhancedControlField.SegmentationAndReassembly.START
|
|
1040
|
+
):
|
|
1041
|
+
# Drop Control Field(2) + SDU Length(2)
|
|
1042
|
+
self._in_sdu += pdu[4:]
|
|
1043
|
+
else:
|
|
1044
|
+
# Drop Control Field(2)
|
|
1045
|
+
self._in_sdu += pdu[2:]
|
|
1046
|
+
if control_field.sar in (
|
|
1047
|
+
InformationEnhancedControlField.SegmentationAndReassembly.END,
|
|
1048
|
+
InformationEnhancedControlField.SegmentationAndReassembly.UNSEGMENTED,
|
|
1049
|
+
):
|
|
1050
|
+
self.channel.on_sdu(self._in_sdu)
|
|
1051
|
+
self._in_sdu = b''
|
|
1052
|
+
|
|
1053
|
+
# If sink doesn't trigger any I-frame, ack this frame.
|
|
1054
|
+
if self._req_seq_num != self._last_acked_rx_seq:
|
|
1055
|
+
self._send_s_frame(
|
|
1056
|
+
supervision_function=SupervisoryEnhancedControlField.SupervisoryFunction.RR,
|
|
1057
|
+
final=0,
|
|
1058
|
+
)
|
|
1014
1059
|
elif isinstance(control_field, SupervisoryEnhancedControlField):
|
|
1015
1060
|
self._remote_is_busy = (
|
|
1016
1061
|
control_field.supervision_function
|
|
@@ -1022,56 +1067,66 @@ class EnhancedRetransmissionProcessor(Processor):
|
|
|
1022
1067
|
SupervisoryEnhancedControlField.SupervisoryFunction.RNR,
|
|
1023
1068
|
):
|
|
1024
1069
|
if control_field.poll:
|
|
1025
|
-
self.
|
|
1026
|
-
SupervisoryEnhancedControlField
|
|
1027
|
-
|
|
1028
|
-
final=1,
|
|
1029
|
-
req_seq=self._next_seq_num,
|
|
1030
|
-
)
|
|
1070
|
+
self._send_s_frame(
|
|
1071
|
+
supervision_function=SupervisoryEnhancedControlField.SupervisoryFunction.RR,
|
|
1072
|
+
final=1,
|
|
1031
1073
|
)
|
|
1032
1074
|
else:
|
|
1033
1075
|
# TODO: Handle Retransmission.
|
|
1034
1076
|
pass
|
|
1035
1077
|
|
|
1036
1078
|
def _process_output(self) -> None:
|
|
1037
|
-
if self._remote_is_busy
|
|
1079
|
+
if self._remote_is_busy:
|
|
1080
|
+
logger.debug("Remote is busy")
|
|
1081
|
+
return
|
|
1082
|
+
if self._monitor_handle:
|
|
1083
|
+
logger.debug("Monitor handle is not None")
|
|
1038
1084
|
return
|
|
1039
1085
|
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
self._last_tx_seq = pdu.tx_seq
|
|
1045
|
-
|
|
1046
|
-
@property
|
|
1047
|
-
def _num_unacked_frames(self) -> int:
|
|
1048
|
-
if not self._pending_pdus:
|
|
1049
|
-
return 0
|
|
1050
|
-
return self._num_frames_between(self._expected_ack_seq, self._last_tx_seq + 1)
|
|
1086
|
+
pdu_to_send = self.peer_tx_window_size - len(self._tx_window)
|
|
1087
|
+
for pdu in itertools.islice(self._pending_pdus, pdu_to_send):
|
|
1088
|
+
self._send_i_frame(pdu)
|
|
1089
|
+
self._pending_pdus = self._pending_pdus[pdu_to_send:]
|
|
1051
1090
|
|
|
1052
|
-
def
|
|
1091
|
+
def _send_i_frame(self, pdu: _PendingPdu) -> None:
|
|
1053
1092
|
pdu.req_seq = self._req_seq_num
|
|
1054
1093
|
|
|
1055
1094
|
self._start_receiver_ready_poll()
|
|
1095
|
+
self._tx_window.append(pdu)
|
|
1056
1096
|
self.channel.send_pdu(bytes(pdu))
|
|
1097
|
+
self._last_acked_rx_seq = self._req_seq_num
|
|
1098
|
+
|
|
1099
|
+
def _send_s_frame(
|
|
1100
|
+
self,
|
|
1101
|
+
supervision_function: SupervisoryEnhancedControlField.SupervisoryFunction,
|
|
1102
|
+
final: int,
|
|
1103
|
+
) -> None:
|
|
1104
|
+
self.channel.send_pdu(
|
|
1105
|
+
SupervisoryEnhancedControlField(
|
|
1106
|
+
supervision_function=supervision_function,
|
|
1107
|
+
final=final,
|
|
1108
|
+
req_seq=self._req_seq_num,
|
|
1109
|
+
)
|
|
1110
|
+
)
|
|
1111
|
+
self._last_acked_rx_seq = self._req_seq_num
|
|
1057
1112
|
|
|
1058
1113
|
def _update_ack_seq(self, new_seq: int, is_poll_response: bool) -> None:
|
|
1059
|
-
num_frames_acked = self.
|
|
1060
|
-
if num_frames_acked > self.
|
|
1114
|
+
num_frames_acked = (new_seq - self._last_acked_tx_seq) % self.MAX_SEQ_NUM
|
|
1115
|
+
if num_frames_acked > len(self._tx_window):
|
|
1061
1116
|
logger.error(
|
|
1062
1117
|
"Received acknowledgment for %d frames but only %d frames are pending",
|
|
1063
1118
|
num_frames_acked,
|
|
1064
|
-
self.
|
|
1119
|
+
len(self._tx_window),
|
|
1065
1120
|
)
|
|
1066
1121
|
return
|
|
1067
1122
|
if is_poll_response and self._monitor_handle:
|
|
1068
1123
|
self._monitor_handle.cancel()
|
|
1069
1124
|
self._monitor_handle = None
|
|
1070
1125
|
|
|
1071
|
-
del self.
|
|
1072
|
-
self.
|
|
1126
|
+
del self._tx_window[:num_frames_acked]
|
|
1127
|
+
self._last_acked_tx_seq = new_seq
|
|
1073
1128
|
if (
|
|
1074
|
-
self.
|
|
1129
|
+
self._last_acked_tx_seq == self._next_tx_seq
|
|
1075
1130
|
and self._receiver_ready_poll_handle
|
|
1076
1131
|
):
|
|
1077
1132
|
self._receiver_ready_poll_handle.cancel()
|
|
@@ -63,7 +63,7 @@ HCI sockets provide a way to send/receive HCI packets to/from a Bluetooth contro
|
|
|
63
63
|
See the [HCI Socket Transport page](../transports/hci_socket.md) for details on the `hci-socket` tansport syntax.
|
|
64
64
|
|
|
65
65
|
The HCI device referenced by an `hci-socket` transport (`hci<X>`, where `<X>` is an integer, with `hci0` being the first controller device, and so on) must be in the `DOWN` state before it can be opened as a transport.
|
|
66
|
-
You can bring a HCI controller `UP` or `DOWN` with `hciconfig hci<X> up` and `hciconfig hci<X>
|
|
66
|
+
You can bring a HCI controller `UP` or `DOWN` with `hciconfig hci<X> up` and `hciconfig hci<X> down`.
|
|
67
67
|
|
|
68
68
|
!!! tip "HCI Socket Permissions"
|
|
69
69
|
By default, when running as a regular user, you won't have the permission to use
|
|
@@ -239,20 +239,7 @@ async def transfer_payload(
|
|
|
239
239
|
channels[1].sink = received.put_nowait
|
|
240
240
|
sdu_lengths = (21, 70, 700, 5523)
|
|
241
241
|
|
|
242
|
-
|
|
243
|
-
mps = channels[1].mps
|
|
244
|
-
elif isinstance(
|
|
245
|
-
processor := channels[1].processor, l2cap.EnhancedRetransmissionProcessor
|
|
246
|
-
):
|
|
247
|
-
mps = processor.mps
|
|
248
|
-
else:
|
|
249
|
-
mps = channels[1].mtu
|
|
250
|
-
|
|
251
|
-
messages = [
|
|
252
|
-
bytes([i % 8 for i in range(sdu_length)])
|
|
253
|
-
for sdu_length in sdu_lengths
|
|
254
|
-
if sdu_length <= mps
|
|
255
|
-
]
|
|
242
|
+
messages = [bytes([i % 8 for i in range(sdu_length)]) for sdu_length in sdu_lengths]
|
|
256
243
|
for message in messages:
|
|
257
244
|
channels[0].write(message)
|
|
258
245
|
if isinstance(channels[0], l2cap.LeCreditBasedChannel):
|
|
@@ -334,20 +321,26 @@ async def test_mtu():
|
|
|
334
321
|
|
|
335
322
|
# -----------------------------------------------------------------------------
|
|
336
323
|
@pytest.mark.asyncio
|
|
337
|
-
|
|
324
|
+
@pytest.mark.parametrize("mtu,", (50, 255, 256, 1000))
|
|
325
|
+
async def test_enhanced_retransmission_mode(mtu: int):
|
|
338
326
|
devices = TwoDevices()
|
|
339
327
|
await devices.setup_connection()
|
|
340
328
|
|
|
341
329
|
server_channels = asyncio.Queue[l2cap.ClassicChannel]()
|
|
342
330
|
server = devices.devices[1].create_l2cap_server(
|
|
343
331
|
spec=l2cap.ClassicChannelSpec(
|
|
344
|
-
mode=l2cap.TransmissionMode.ENHANCED_RETRANSMISSION
|
|
332
|
+
mode=l2cap.TransmissionMode.ENHANCED_RETRANSMISSION,
|
|
333
|
+
mtu=mtu,
|
|
334
|
+
mps=256,
|
|
345
335
|
),
|
|
346
336
|
handler=server_channels.put_nowait,
|
|
347
337
|
)
|
|
348
338
|
client_channel = await devices.connections[0].create_l2cap_channel(
|
|
349
339
|
spec=l2cap.ClassicChannelSpec(
|
|
350
|
-
server.psm,
|
|
340
|
+
server.psm,
|
|
341
|
+
mode=l2cap.TransmissionMode.ENHANCED_RETRANSMISSION,
|
|
342
|
+
mtu=mtu,
|
|
343
|
+
mps=1024,
|
|
351
344
|
)
|
|
352
345
|
)
|
|
353
346
|
server_channel = await server_channels.get()
|
|
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
|