this
returns true or false, in your case true
then you assign that value to Listpicler.Selection ant therefore Listpicker.Selection is true in the end
usually you use an if statement like this
if BluetoothClient.Connect...
then "connected"
else "not connected"
the question is, what do you get back from Listpicker.Selection without assigning another value?
And this then will be the selected combination of mac address and device name...
just split Listpicker.Selection by space (you can find that block in the text drawer) to get a list
now select the first item from that list to get the mac address and the second item to get the device name
I now added a link to my answer to both threads...
Taifun

