discoverServices method

Future<List<DiscoveredService>> discoverServices(
  1. String deviceId
)

Performs service discovery on the peripheral and returns the discovered services.

This operation can only succeed when the host is connected with the peripheral.

Implementation

Future<List<DiscoveredService>> discoverServices(String deviceId) {
  throw UnimplementedError('discoverServices has not been implemented.');
}