BluetoothDiscovererFindServices Method 
             | 
          
        
         
            Find services (ConnectionChannels) that are supported by the device at macAddress.
            
 
    Namespace: 
   Zebra.Sdk.Printer.Discovery
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntaxpublic static void FindServices(
	string macAddress,
	ServiceDiscoveryHandler serviceDiscoveryHandler
)
Public Shared Sub FindServices ( 
	macAddress As String,
	serviceDiscoveryHandler As ServiceDiscoveryHandler
)
public:
static void FindServices(
	String^ macAddress, 
	ServiceDiscoveryHandler^ serviceDiscoveryHandler
)
Parameters
- macAddress
 - Type: SystemString
MAC address of the device. - serviceDiscoveryHandler
 - Type: Zebra.Sdk.Printer.DiscoveryServiceDiscoveryHandler
A ServiceDiscoveryHandler instance that is used to handle service discovery events. 
Exceptions
See Also