Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Arka Prava Basu <[email protected]>
  • Loading branch information
archie94 committed Mar 21, 2024
1 parent 28338c2 commit fd5cea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ private boolean internalAbortReliableWrite() {
log(Log.VERBOSE, () -> "Aborting reliable write...");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
log(Log.DEBUG, () -> "gatt.abortReliableWrite()");
gatt.abortReliableWrite(); // todo maybe here too?
gatt.abortReliableWrite();
} else {
log(Log.DEBUG, () -> "gatt.abortReliableWrite(device)");
gatt.abortReliableWrite(gatt.getDevice());
Expand Down

0 comments on commit fd5cea9

Please sign in to comment.