Skip to content

Tags: google/rootcanal

Tags

v1.11.1

Toggle v1.11.1's commit message
Include macos-arm64 artifacts into the python package

v1.11.0

Toggle v1.11.0's commit message
Sync with aosp main

Synchronized to packages/modules/Bluetooth
commit b6245f8beee5e87e66659d54136bc9714826585f

Changelist:
- Set support for APCF Transport Discovery Service filter to false
- Use Jacobian Coordinates in Point implementation
- Use pow for consistency
- Do not report an invalid packet for unsupported LE Apcf Transport Discovert Service command
- Send well formatted Apcf command complete event
- Update to pdl 0.3.0
- Typo in LE Apcf Transport Discovery Data command handling
- Reset APCF scanner in LinkLayerController::Reset()
- Set the default value of acl_data_packet_length to 1023
- Encryption Change V2
- Implement the command LE Read Local P-256 Public Key
- Add Authenticated Payload Timeout Expired event
- Update to Core version 6.0
- Update build.rs to directly use the pdl_compiler library
- Add INTEL_BE200 controller preset
- Update controller_info.py script

v1.10.0

Toggle v1.10.0's commit message
Sync with aosp/main

Synchronized to packages/modules/Bluetooth
commit 7d904548219fb9a26bbb57803076b27d46d86290

Changelist:
- Report correct Phy type in extended scan response reports
- Make output pcap trace filenames more identifiable
- Remove potential source of flakiness in LL tests

v1.9.0

Toggle v1.9.0's commit message
Sync with aosp/main

Synchronized to packages/modules/Bluetooth
commit e61bf0f15c413fb82376d6ff168c55598ee281ca

Changelist:
- Return accurate phy types in extended advertising reports
- Prevent abort on unknown APCF opcode

v1.8.0

Toggle v1.8.0's commit message
Sync with aosp/main

Synchronized to packages/modules/Bluetooth
commit 084589ff8d0b64617776b63a3fadd23cbf14da67

Changelist:
- Improve handling of packet parsing errors
- Report correct extended flag in extended scan responses
- Register an handler for invalid packets in DualModeController

v1.7.0

Toggle v1.7.0's commit message
Sync with aosp/main

Synchronized to packages/modules/Bluetooth
commit ed4ceaf45f86efe5d37e842605308e5ddc8f34ad

Changelist:
- Fix directed advertising with privacy enabled
- Fix endianness of version numbers in android vendor capabilities

v1.6.0

Toggle v1.6.0's commit message
Sync with aosp/main

Synchronized to packages/modules/Bluetooth
commit 90bd1333235434561513ccff8bcba868748bd468

Changelist:
- Address resolution failure in connection initiation
- Implement a timeout for receiving the response to a LE Scan request

v1.5.0

Toggle v1.5.0's commit message
Sync with aosp/main

Synchronized to packages/modules/Bluetooth
commit 62a71c25ab79ef9b854ef4e1c5b71f98f0f74966

v1.4.0

Toggle v1.4.0's commit message
Improve the controller python interface

Implement helper methods expect_evt, expect_ll,
expect_llcp, expect_iso to help with writing
interactions with the controller.

v1.1.0

Toggle v1.1.0's commit message
Build the Rootcanal pypi package

- generate a multi platform python wheel package
  containing:
  + the rootcanal binary
  + the python binder library to the rootcanal FFI interface

- attach the wheel package to release assets