MCPcopy Create free account
hub / github.com/dotintent/react-native-ble-plx / stopDeviceScan

Method stopDeviceScan

src/BleModule.js:332–332  ·  view source on GitHub ↗

* Stops device scan. * @private * @returns {Promise } the promise may be rejected if the operation is impossible to perform.

()

Source from the content-addressed store, hash-verified

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

Callers 6

startTimeoutTestFunction · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
BLEServiceInstanceClass · 0.65
stopDeviceScanMethod · 0.65
BleManager.jsFile · 0.65

Implementers 1

BlePlxModuleandroid/src/main/java/com/bleplx/BlePl

Calls

no outgoing calls

Tested by

no test coverage detected