
496
Function #13 .fcBTGetLnk
Read authenticated Bluetooth device addresses
Syntax: CALL "BT.FN3" .fcBTGetLnk NUM%,BDADDR$[()]
Description: This function reads the Bluetooth device addresses of authenticated
remote devices.
Parameters: (NONE)
Returned value: NUM% Number of authenticated remote devices (0 to 3)
BDADDR$[()]
Bluetooth device addresses (strings of 12 hexadecimal digits
each) for authenticated remote devices.
NUM% gives the number of valid addresses in the array BDADDR$.
The user program must allocate at least 12 bytes to
BDADDR$.
If NUM% is greater than 1, treat BDADDR$ as an array variable.
If the number of devices detected exceeds the number of
BDADDR$ entries, the interface stops when the array is full.
Run-time errors:
Error code Meaning
F0h Mismatch parameter number
F1h Mismatch parameter type
F2h
Out of string variable space
Comentarios a estos manuales