Click or drag to resize

BluetoothDiscovererFindServices(Context, String, ServiceDiscoveryHandler) Method

Find services(ConnectionChannels) that are supported by the device at macAddress.

Namespace: Zebra.Sdk.Printer.Discovery
Assembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax
public static void FindServices(
	Context context,
	string macAddress,
	ServiceDiscoveryHandler serviceDiscoveryHandler
)

Parameters

context  Context
Android™ application context
macAddress  String
MAC address of the device
serviceDiscoveryHandler  ServiceDiscoveryHandler
a ServiceDiscoveryHandler instance that is used to handle service discovery events.
Exceptions
ExceptionCondition
ArgumentExceptionThe Bluetooth MAC address is invalid
See Also