Skip to content

IoT Library for BLE and WiFi Direct Connection and Communication

Pre-release
Pre-release
Compare
Choose a tag to compare
@bayosip bayosip released this 28 Dec 01:25
· 7 commits to master since this release

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