BLE: Fix doxygen parameter declaration order.

pull/8904/head
Vincent Coubard 2018-12-03 18:03:30 +00:00
parent d1b0642ad2
commit 472c57205b
1 changed files with 1 additions and 1 deletions

View File

@ -711,8 +711,8 @@ public:
/** Start scanning.
*
* @param filtering Filtering policy.
* @param duration How long to scan for. Special value 0 means scan forever.
* @param filtering Filtering policy.
* @param period How long to scan for in single period. If the period is 0 and duration
* is nonzero the scan will last for single duration.
*