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

Method startDeviceScan

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

* 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)

Source from the content-addressed store, hash-verified

323 * @private
324 */
325 startDeviceScan(filteredUUIDs: ?Array<UUID>, options: ?ScanOptions): Promise<void>;
326
327 /**
328 * Stops device scan.

Callers 6

utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
startDeviceScanMethod · 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