* Stops device scan. * @private * @returns {Promise } the promise may be rejected if the operation is impossible to perform.
()
| 330 | * @returns {Promise<void>} the promise may be rejected if the operation is impossible to perform. |
| 331 | */ |
| 332 | stopDeviceScan(): Promise<void>; |
| 333 | |
| 334 | // Device operations |
| 335 |
no outgoing calls
no test coverage detected