Skip to content

Commit 9112e6b

Browse files
committed
2 parents 4783458 + 9e69e40 commit 9112e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ bluetoothle.startScan(startScanSuccess, startScanError, params);
337337
"180D",
338338
"180F"
339339
],
340-
"allowDuplicates": true
340+
"allowDuplicates": true,
341341
"scanMode": bluetoothle.SCAN_MODE_LOW_LATENCY,
342342
"matchMode": bluetoothle.MATCH_MODE_AGGRESSIVE,
343343
"matchNum": bluetoothle.MATCH_NUM_MAX_ADVERTISEMENT,

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ declare namespace BluetoothlePlugin {
913913
}
914914

915915
interface Window {
916-
bluetoothle: BluetootlePlugin.Bluetoothle
916+
bluetoothle: BluetoothlePlugin.Bluetoothle
917917
}
918918

919-
declare var bluetoothle: BluetootlePlugin.Bluetoothle;
919+
declare var bluetoothle: BluetoothlePlugin.Bluetoothle;

0 commit comments

Comments
 (0)