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

Method devices

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

* Returns a list of known peripherals by their identifiers. * @param {Array } deviceIdentifiers List of device identifiers * @returns {Promise >} List of known devices by their identifiers. * @private

(deviceIdentifiers: Array<DeviceId>)

Source from the content-addressed store, hash-verified

381 * @private
382 */
383 devices(deviceIdentifiers: Array<DeviceId>): Promise<Array<NativeDevice>>;
384
385 /**
386 * Returns a list of the peripherals (containing any of the specified services) currently connected to the system

Callers 5

utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
devicesMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected