Releases: bayosip/BluConnector
IoT Library for BLE and WiFi Direct Connection and Communication
Fixed bug with scanning for bluetooth devices.
IoT Library for BLE and WiFi Direct Connection and Communication
Fixed bug with ble device scanning
IoT Library for BLE and WiFi Direct Connection and Communication
Fixed bug with getting ble notifications
IoT Library for BLE and WiFi Direct Connection and Communication
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
This update fixes ble characteristic (read/write) queuing bug, when connected to multiple devices.
IoT Library for BLE and WiFi Direct Connection and Communication
Better Ble Characteristic evaluation.
IoT Library for BLE and WiFi Direct Connection and Communication
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
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
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
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.