Skip to content

Commit

Permalink
Working on LE scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 29, 2017
1 parent 64d857c commit 05c4287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LEScanTest/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ print("Found Bluetooth adapter with device ID: \(adapter.identifier)")
print("Address: \(adapter.address!)")

/// Perform Test
LEScanTest(adapter: adapter, timeout: 10)
LEScanTest(adapter: adapter, duration: 10)

0 comments on commit 05c4287

Please sign in to comment.