Bluetooth mac address

A Alessandro Caliaro 3 years 4 months ago
5 1 0

Hi.
Is it possible to read the Android bluetooth mac address?
Alessandro

Please Register or Login to post a reply

1 Replies

s sudheer gudipudi

we can read paired Bluetooth printer mac address.
if (!printers.Contains(discoveredPrinter))
{
printers.Add(discoveredPrinter);
}
string PrinterMacaddress = discoveredPrinter.Address;
CancelDiscovery();

CONTACT
Can’t find what you’re looking for?