Skip to content

Releases: bayosip/BluConnector

1.0.1.19-beta

27 Aug 17:06
Compare
Choose a tag to compare
1.0.1.19-beta Pre-release
Pre-release

Removes report delay on bluetooth scans

1.0.1.18-beta

20 Jul 18:18
Compare
Choose a tag to compare
1.0.1.18-beta Pre-release
Pre-release
  • Make deviceAddress non-nullable when selecting service UUID

1.0.1.17-beta

19 Jul 19:30
Compare
Choose a tag to compare
1.0.1.17-beta Pre-release
Pre-release
  • Change withActivity(@NonNull Activity activity) to withContext(@NonNull Context context) in DeviceScannerFactory class

1.0.1.16-beta

19 Jul 17:08
Compare
Choose a tag to compare
1.0.1.16-beta Pre-release
Pre-release
  • Made context dependency more flexible by using Context instead of Activity.
  • Added a broadcast action to turn bluetooth on if off
  • Gradle upgrade

1.0.1.15-beta

28 Dec 01:36
Compare
Choose a tag to compare
1.0.1.15-beta Pre-release
Pre-release

fixed bug comparing UUID for sending instructions

IoT Library for BLE and WiFi Direct Connection and Communication

28 Dec 01:25
Compare
Choose a tag to compare

Changed void sendInstructionsToRemoteDevice(@Nullable String deviceAddress, @Nullable UUID charxDescriptor, @NonNull String instructions) and its counterpart void sendInstructionsToConnectedDevice(String deviceAddr, @Nullable UUID charxDescriptor, byte[] data) to void sendStringInstructionsToRemoteDevice(@Nullable String deviceAddress, @Nullable UUID charxUuid, @NonNull String instructions) and void sendBytesInstructionsToRemoteDevice(String deviceAddr, byte[] data) respectively, this allows for sending either string or bytes based on BLE characteristic UUID with Write Properties

IoT Library for BLE and WiFi Direct Connection and Communication

24 Nov 21:04
Compare
Choose a tag to compare

This release fixes assertion error bug crashes

IoT Library for BLE and WiFi Direct Connection and Communication

16 Nov 23:11
Compare
Choose a tag to compare

Fixed bug with ble notification/indication

IoT Library for BLE and WiFi Direct Connection and Communication

16 Nov 00:16
Compare
Choose a tag to compare

Fixed bug that occurs during default enabling of ble notifications and indications

IoT Library for BLE and WiFi Direct Connection and Communication

14 Nov 23:55
Compare
Choose a tag to compare

This update allows users to send byte array data to devices (BLE and WiFi-P2P) as opposed to only strings.