Skip to content

Commit 01297d1

Browse files
committed
chore: cleanup
1 parent e28b3b1 commit 01297d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bluetooth.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export function uuidToString(uuid: android.os.ParcelUuid | string | java.util.UU
156156
}
157157
return uuidStr;
158158
}
159-
// val must be a Uint8Array or Uint16Array or a string like '0x01' or '0x007F' or '0x01,0x02', or '0x007F,'0x006F''
160159
export function arrayToNativeByteArray(val) {
161160
const length = val.length;
162161
const result = Array.create('byte', length);

0 commit comments

Comments
 (0)