0

I am trying to connect my laptop and an android device in WPF Application using 32feet.Net.

I tried using the prototype

public IAsyncResult BeginConnect(
    BluetoothAddress address,
    Guid service,
    AsyncCallback requestCallback,
    Object state
) 

Here I am not sure how to get the UUID. I could obtain the 6-byte address of the laptops bluetooth and the android device(MAC Address). How do I get the UUID from the MAC address?

Ross
  • 617
  • 2
  • 9
  • 23

1 Answers1

0

You can get the MAC UUID

using this link you have clear idea.