Skip to content

Commit

Permalink
Merge pull request #472 from cherouvim/patch-1
Browse files Browse the repository at this point in the history
example code typo
  • Loading branch information
randdusing authored Feb 16, 2018
2 parents 071693b + ce08fab commit 9e69e40
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9e69e40

Please sign in to comment.