Skip to content

Releases: bayosip/BluConnector

IoT Library for BLE and WiFi Direct Connection and Communication

25 Aug 11:49
Compare
Choose a tag to compare

Fixed bug with scanning for bluetooth devices.

IoT Library for BLE and WiFi Direct Connection and Communication

25 Aug 11:39
Compare
Choose a tag to compare

Fixed bug with ble device scanning

IoT Library for BLE and WiFi Direct Connection and Communication

24 Aug 01:01
Compare
Choose a tag to compare

Fixed bug with getting ble notifications

IoT Library for BLE and WiFi Direct Connection and Communication

23 Aug 13:37
Compare
Choose a tag to compare

This update now allows users to individually disconnect a ble device gatt, without having to kill the bounded service. Ble Characteristic properties are better evaluated.

IoT Library for BLE and WiFi Direct Connection and Communication

22 Aug 00:50
Compare
Choose a tag to compare

This update fixes ble characteristic (read/write) queuing bug, when connected to multiple devices.

IoT Library for BLE and WiFi Direct Connection and Communication

21 Aug 00:57
Compare
Choose a tag to compare

Better Ble Characteristic evaluation.

IoT Library for BLE and WiFi Direct Connection and Communication

21 Aug 00:55
Compare
Choose a tag to compare

This update adds functionality to enable and disable notifications, especially for BLE characteristics with notify/indicator properties, once the BleGattService has been created and bound to an activity, with the WirelessDeviceConnector object. Also adjusted how BLE characteristic properties are evaluated.

IoT Library for BLE and WiFi Direct Connection and Communication

19 Aug 19:07
Compare
Choose a tag to compare

This update now distinguishes action intent broadcasts for BLE and P2P communications. Also added two new action intent BLE_ACTION_CONNECTION_FAILURE and P2P_ACTION_CONNECTION_FAILURE for failed ble & WiFi p2p connection attempt respectively.

IoT Library for BLE and WiFi Direct Connection and Communication

16 Aug 01:53
Compare
Choose a tag to compare

This Library simplifies IoT communication with remote devices using BLE or WIFI on Android devices. The BLE connection and communication has been improved to allow multiple devices connect and communicate to a single app at the same time.

Update
With this new update, when there's a broadcast from the BLE service, the intent carries an extra called Device Address from Constants.DEVICE_ADDRESS that has the respective address of the device for which the service is serving information for (such as connection information or characteristic reads or writes).

IoT Library for BLE and WiFi Direct Connection and Communication

09 Aug 15:40
Compare
Choose a tag to compare

This Library simplifies IoT communication with remote devices using BLE or WIFI on Android devices. The BLE connection and communication has been improved to allow multiple devices connect and communicate to a single app at the same time.