Lines Matching full:scan
43 /** Scan status response */
45 /** Current scan status */
47 /** Current scan state */
48 enum bt_mesh_rpr_scan scan; member
49 /** Max number of devices to report in current scan. */
51 /** Seconds remaining of the scan. */
59 /** Supports active scan */
65 /** @brief Scan report callback.
113 * @param status Scan status response buffer.
127 * Use the @c uuid parameter to scan for a specific device, or leave it as NULL
136 * @param uuid Device UUID to scan for, or NULL to report all devices.
137 * @param timeout Scan timeout in seconds. Must be at least 1 second.
140 * @param status Scan status response buffer.
154 * Provisioning Server will use active scanning to request a scan
156 * provided, the Server will report a scan on its own OOB information and
159 * Use the ad_types array to specify which AD types to include in the scan
165 * the scan response, to look for URIs matching the URI hash. Only matching
178 * @param uuid Device UUID to start extended scanning for, or NULL to scan
180 * @param timeout Scan timeout in seconds. Valid values from @ref BT_MESH_RPR_EXT_SCAN_TIME_MIN
182 * @param ad_types List of AD types to include in the scan report. Must contain 1 to
197 * @param status Scan status response buffer.