Skip to content

Commit

Permalink
Dependency warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Sep 23, 2021
1 parent 11bf7ce commit a4bc26a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ public void send(@NonNull byte[] data) {
}
}

writeCharacteristic(mSmpCharacteristicWrite, payload).split()
writeCharacteristic(mSmpCharacteristicWrite, payload,
BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE)
.split()
.fail((device1, status) -> {
switch (status) {
case FailCallback.REASON_TIMEOUT:
Expand Down

0 comments on commit a4bc26a

Please sign in to comment.