Hi Folks,
We have designed an portable device with bluetooth. However putting it in "connectable and discoverable" consumes to much power and drains the battery's to fast.
To save power we want to put it in "Connectable but not discoverable" mode.
And now the question; Connecting to the "Not discoverable" device with the mac-address works perfect with WclVirtualCOMPort.Address = "(00:80:98:E6:88:5E)", but it's for our future customers not that neat to enter an mac address.
It would be nice if you can pair with help of the friendlyname, can this be done with the .net library?
Some pseudo code ; WclVirtualCOMPort.name = "MyDevice_0123"
Or is there an other way to find out the mac-adress with the Friendlyname.