Please Register or Login to post a reply 1 Replies s sudheer gudipudi 4 years ago we can read paired Bluetooth printer mac address. if (!printers.Contains(discoveredPrinter)) { printers.Add(discoveredPrinter); } string PrinterMacaddress = discoveredPrinter.Address; CancelDiscovery(); Log in or register to post comments
1 Replies
we can read paired Bluetooth printer mac address.
if (!printers.Contains(discoveredPrinter))
{
printers.Add(discoveredPrinter);
}
string PrinterMacaddress = discoveredPrinter.Address;
CancelDiscovery();