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

Method connectedDevices

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

* Returns a list of the peripherals (containing any of the specified services) currently connected to the system * which have discovered services. Returned devices **may not be connected** to your application. * @param {Array } serviceUUIDs List of service UUIDs. Device must contain at le

(serviceUUIDs: Array<UUID>)

Source from the content-addressed store, hash-verified

390 * @private
391 */
392 connectedDevices(serviceUUIDs: Array<UUID>): Promise<Array<NativeDevice>>;
393
394 // Connection management
395

Callers 5

utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
connectedDevicesMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected