Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
randdusing committed Jun 28, 2018
2 parents 4783458 + 9e69e40 commit 9112e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ bluetoothle.startScan(startScanSuccess, startScanError, params);
"180D",
"180F"
],
"allowDuplicates": true
"allowDuplicates": true,
"scanMode": bluetoothle.SCAN_MODE_LOW_LATENCY,
"matchMode": bluetoothle.MATCH_MODE_AGGRESSIVE,
"matchNum": bluetoothle.MATCH_NUM_MAX_ADVERTISEMENT,
Expand Down
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ declare namespace BluetoothlePlugin {
}

interface Window {
bluetoothle: BluetootlePlugin.Bluetoothle
bluetoothle: BluetoothlePlugin.Bluetoothle
}

declare var bluetoothle: BluetootlePlugin.Bluetoothle;
declare var bluetoothle: BluetoothlePlugin.Bluetoothle;

0 comments on commit 9112e6b

Please sign in to comment.