mstStopScan
Start from API_LEVEL
3.0. Please refer to API_LEVEL.
Stop device scanning, used in conjunction with mstStartScan.
Type
function mstStopScan(): Result
Parameters
Result
| Type | Description |
|---|---|
boolean | The result of the function call, true means success, false means failure |
Example
import { mstStopScan } from '@zos/ble'
mstStopScan()