bluetooth_low_energy_android 3.0.0-dev.4 copy "bluetooth_low_energy_android: ^3.0.0-dev.4" to clipboard
bluetooth_low_energy_android: ^3.0.0-dev.4 copied to clipboard

Android implementation of the bluetooth_low_energy plugin.

3.0.0-dev.4 #

  • Move Advertisement class to AdvertiseData class.
  • Fix known issues.

3.0.0-dev.3 #

3.0.0-dev.2 #

  • Move setUp method from BluetoothLowEnergy class to BluetoothLowEnergyManger class.
  • Add CentralManager.instance api.
  • Add PeripheralManager.instance api.

3.0.0-dev.1 #

  • Implement new api.

2.2.1 #

  • Fix the issue that CentralController#getMaximumWriteLength may throw.

2.2.0 #

  • 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.