Files
bluetooth_low_energy/bluetooth_low_energy_platform_interface/CHANGELOG.md
2023-09-08 15:25:59 +08:00

948 B

2.2.0

  • Add GattCharacteristicWriteType argument to CentralController#getMaximumWriteLength method.

2.1.0

  • Bump version.

2.0.5

  • Optimize project structure.

2.0.4

  • Add CentralController#getMaximumWriteLength method.

2.0.3

2.0.2

  • Combine iOS and macOS projects.
  • Optimize project structure.

2.0.1

  • Fix the issue that GATTs is cleared after peripheral disconnected on iOS and macOS.
  • Fix the issue that create UUID form peripheral's address failed on Linux.
  • Fix the issue that instance match failed on Linux.

2.0.0

  • Rewrite the whole project with federated plugins.
  • Support macOS and Linux.