discoverAllServices method

Future<void> discoverAllServices(
  1. String deviceId
)

Performs service discovery on the peripheral.

When discovery fails this method throws an Exception.

Use getDiscoveredServices to get the discovered services

Implementation

Future<void> discoverAllServices(String deviceId) => _connectedDeviceOperator.discoverServices(deviceId);