We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68bb5f commit 9212bbeCopy full SHA for 9212bbe
src/NimBLEScan.cpp
@@ -285,7 +285,7 @@ bool NimBLEScan::isScanning() {
285
286
/**
287
* @brief Start scanning.
288
- * @param [in] duration The duration in milliseconds for which to scan.
+ * @param [in] duration The duration in milliseconds for which to scan. 0 == scan forever.
289
* @param [in] is_continue Set to true to save previous scan results, false to clear them.
290
* @return True if scan started or false if there was an error.
291
*/
0 commit comments