BTGetPaired$({delimiter$}) |
|
This function returns an array of strings containing all the paired Bluetooth devices. If no devices are paired a one element array will be returned with the value of "none". The strings returned contain the device name and address separated by delimiter$. If delimiter is not specified it defaults to a comma. Example:
dim pairs$(0)
|
Screenshot from above code
|
The following code will give a better looking paired device list.
Dim Pairs$(0)
|
Screenshot from above code