* Starts device scan. * * @param {?Array } filteredUUIDs List of UUIDs for services which needs to be present to detect device during * scanning. * @param {?ScanOptions} options Platform dependent options * @returns {Promise } the promise may be rejected if the operation is
(filteredUUIDs: ?Array<UUID>, options: ?ScanOptions)
| 323 | * @private |
| 324 | */ |
| 325 | startDeviceScan(filteredUUIDs: ?Array<UUID>, options: ?ScanOptions): Promise<void>; |
| 326 | |
| 327 | /** |
| 328 | * Stops device scan. |
no outgoing calls
no test coverage detected